aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ef86fe..c18d65f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,9 @@
+sudo: false
language: python
-script: tox
-install:
- - pip install tox-travis
python:
- "3.5"
- "3.6"
-matrix:
- include:
- - python: 3.7
- dist: xenial
+ - "3.7"
+script: tox
+install:
+ - pip install tox-travis