summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2019-08-30 16:20:45 +0200
committerMarcel Hellkamp <marc@gsites.de>2019-08-30 16:20:45 +0200
commit0dd195111621b4db5e9b7d5e5852fab3c6270098 (patch)
treee4e01200b48ebf302729e397d6da323d695f2837
parent375fb78b38158154fd3be8b9669e312717ed4d29 (diff)
downloadbottle-0dd195111621b4db5e9b7d5e5852fab3c6270098.tar.gz
Fix travis-ci builds (they dropped 2.7.3 support)
-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