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 dc2b948 commit 302877b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 302877b

Please sign in to comment.