aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index f02d7c1..cff15f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
language: python
script: tox
install:
- - pip install tox
-env:
- - TOXENV=py27
- - TOXENV=py34
- - TOXENV=py35
- - TOXENV=py36
- - TOXENV=docs
+ - pip install tox-travis
+python:
+ - "2.7"
+ - "3.4"
+ - "3.5"
+ - "3.6"