summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-13 14:10:36 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-13 14:10:36 -0400
commit302877b8c1e861258d137a2a849520f2143ad97f (patch)
tree5603aaea2b036c0693e33d37ad5ab9b0cb239d5d
parentdc2b9482f967db969ce51b0dff17b6d3d64688cf (diff)
downloadzope-pagetemplate-302877b8c1e861258d137a2a849520f2143ad97f.tar.gz
Use tox-travis.
-rw-r--r--.travis.yml21
1 files changed, 9 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 9829f38..37c5317 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,15 @@
language: python
sudo: false
-matrix:
- include:
- - python: 3.5
- env: TOXENV=py35
-env:
- - TOXENV=py27
- - TOXENV=py33
- - TOXENV=py34
- - TOXENV=pypy
- - TOXENV=pypy3
+python:
+ - 2.7
+ - 3.3
+ - 3.4
+ - 3.5
+ - pypy
+ - pypy3
install:
- - travis_retry pip install tox
+ - pip install tox-travis
script:
- - tox
+ - tox
notifications:
email: false