summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-01-15 23:06:45 +0200
committerHugo <hugovk@users.noreply.github.com>2018-01-15 23:06:45 +0200
commit741e63c3b83f454bb107a8e16284822e486b3fa8 (patch)
treef9610c75773221148c7e2353e9f15413b3a08bdc
parent25744e4b1092c43558c4fd3b780d00ab28cfb17c (diff)
downloadmako-741e63c3b83f454bb107a8e16284822e486b3fa8.tar.gz
Use tox-travis to avoid InterpreterNotFound
-rw-r--r--.travis.yml19
1 files changed, 9 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 1aef867..3f0c218 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,12 @@
language: python
-python: 2.7
-env:
- - TOX_ENV=py36
- - TOX_ENV=py35
- - TOX_ENV=py34
- - TOX_ENV=py33
- - TOX_ENV=py27
- - TOX_ENV=py26
+python:
+ - "3.6"
+ - "3.5"
+ - "3.4"
+ - "3.3"
+ - "2.7"
+ - "2.6"
install:
- - python -m pip install -U tox
+ - pip install -U tox-travis
script:
- - python -m tox -e $TOX_ENV
+ - tox