Remove .travis.yml
authorPhil Howard <phil@gadgetoid.com>
Sat, 14 Nov 2020 17:38:07 +0000 (17:38 +0000)
committerPhil Howard <phil@gadgetoid.com>
Sat, 14 Nov 2020 17:38:07 +0000 (17:38 +0000)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 79decd6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-language: python
-sudo: false
-cache: pip
-
-git:
-  submodules: true
-
-matrix:
-  include:
-    - python: "2.7"
-      env: TOXENV=py27
-    - python: "3.5"
-      env: TOXENV=py35
-
-install:
-  - pip install --ignore-installed --upgrade setuptools pip tox coveralls
-
-script:
-  - cd library
-  - tox -vv
-
-after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
-
-notifications:
-  email: false