summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index cbeedb7..2c448ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,14 @@ language: python
sudo: required
python:
- - "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
+# - "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- "3.4"
- "3.5"
- "3.6"
+ - "3.7"
- "nightly"
-jobs:
- include:
- - python: "3.7"
- dist: xenial # https://github.com/travis-ci/travis-ci/issues/9069
-
install:
- travis_retry bash test/travis_setup.sh