diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a75414cf..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -dist: xenial -language: python - -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - - "3.7" - -install: - - pip install pytest nose codecov coverage cached-property - -script: - - nosetests --with-coverage - -after_script: - - codecov