summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-07-19 13:12:17 +0200
committerMarcel Hellkamp <marc@gsites.de>2018-07-19 13:16:11 +0200
commit4c777885bb6f3a7ae2afcc7997c82b882f09e665 (patch)
treebea7b9bd35191dc611f23b02de53c627ea3eccbc
parentb8eab8b357665e005e7c86b5e8a4f96a28b4aa8a (diff)
downloadbottle-4c777885bb6f3a7ae2afcc7997c82b882f09e665.tar.gz
Travis CI: remove Python 3.3 and add Python 2.7
* Python 3.3 is went EOL last year https://devguide.python.org/#branchstatus * Python 3.7 is shipping https://github.com/travis-ci/travis-ci/issues/9069
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 343b9a0..5267996 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,20 @@
+group: travis_latest
language: python
sudo: required
python:
- "2.7.3" # Ubuntu 12.4LTS (precise) and Debian 7 LTS (wheezy)
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "3.6"
- "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