summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-02-20 07:14:26 -0800
committerDavid Lord <davidism@gmail.com>2019-02-20 07:17:42 -0800
commit0b52aee115f9921d9136da2f9a51b51db1145cb9 (patch)
treed2ac0b1505d930b8dfbd5de2c940593a0a3a52ca
parent4f0aae7318f4d727db4e31a9b8bb3da5357b838a (diff)
downloadmarkupsafe-0b52aee115f9921d9136da2f9a51b51db1145cb9.tar.gz
upgrade travis to xenial
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 766e710..5f23591 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
os: linux
-sudo: false
+dist: xenial
language: python
python:
+ - "3.7"
- "3.6"
- "3.5"
- "3.4"
@@ -12,9 +13,6 @@ env: TOXENV=py,codecov
matrix:
include:
- - dist: xenial
- sudo: required
- python: "3.7"
- env: TOXENV=stylecheck,docs-html
- stage: wheel
sudo: required