diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 51834d5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python -cache: pip -python: - - "3.6" - - "3.7" -dist: xenial - -jobs: -before_install: - - pip install -U pip flit codecov pytest flake8 -install: - - flit install --deps develop -script: flake8 topojson -script: python -m pytest tests -after_success: codecov