Skip to content

Commit

Permalink
Use tox-travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 13, 2016
1 parent e4f900b commit 878e126
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
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
notifications:
Expand Down

0 comments on commit 878e126

Please sign in to comment.