Skip to content

Commit

Permalink
enable pypy and py3{3,4} test environments on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Jun 21, 2015
1 parent a9c0d61 commit 4a05b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python: 2.7
env:
- TOXENV=py27
- TOXENV=pypy
- TOXENV=py33
- TOXENV=py34
install:
- "./.travis-workarounds.sh"
- pip install -U tox
Expand Down

0 comments on commit 4a05b9e

Please sign in to comment.