diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 918f2b8..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: python -dist: bionic -python: - - "3.6" - - "3.7" - - "3.8" - - "nightly" -install: - - make setup -script: - - make test -# https://docs.travis-ci.com/user/notifications/#Configuring-email-notifications -notifications: - email: - on_success: never - on_failure: always