diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b307f92..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -dist: xenial -python: 3.7 - -cache: pip - -install: - - pip install tox-travis codecov - -script: - - tox - -after_success: - - codecov - -notifications: - email: false