summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-07-27 11:27:09 +0300
committerHugo <hugovk@users.noreply.github.com>2018-07-27 11:27:09 +0300
commit3fa4e9e28fa707e7ae923c656e10505a479c9b0c (patch)
tree864ef1409e51a0d9ef8d081848c38d82e52c912d
parentf1396f178656c070d4528471b42c9691ca6e5670 (diff)
downloadpython-prettytable-ptable-3fa4e9e28fa707e7ae923c656e10505a479c9b0c.tar.gz
Travis CI: Python 3.7 requires Xenial and sudo
-rw-r--r--.travis.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index fef50c5..c704523 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
language: python
-python:
- - "2.7"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7"
+
+matrix:
+ include:
+ - python: "2.7"
+ - python: "3.4"
+ - python: "3.5"
+ - python: "3.6"
+ - python: "3.7"
+ dist: xenial
+ sudo: required
install:
- "pip install -r req-dev.txt"