diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b6175da..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "3.6" - -install: - - pip install .[test] - - pip install codecov -script: python setup.py pytest -after_script: codecov - -cache: pip