Skip to content

Commit

Permalink
Fix PyPy builds on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 17, 2013
1 parent 74523ff commit 445f4c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- 2.6
- 2.7
- pypy
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=pypy
install:
- travis_retry pip install tox
script:
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}
- tox
notifications:
email: false

0 comments on commit 445f4c4

Please sign in to comment.