summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c15b4b0..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-group: travis_latest
-language: python
-sudo: required
-
-python:
-# - "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- - "2.7"
- - "3.5"
- - "3.6"
- - "3.7"
- - "nightly"
-
-install:
- - travis_retry bash test/travis_setup.sh
-
-script:
- - python -m coverage run -m unittest discover
- - python -m coverage combine
- - python -m coverage report 2>&1
-
-after_success:
- coveralls