diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 26d5e28..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: python -python: - - 2.7 - - 3.4 - - 3.5 - - 3.6 -cache: pip -install: - - pip install -r dev-requirements.txt -script: - - py.test --cov=./ -after_success: - - codecov -branches: - only: - - master \ No newline at end of file