Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Fix pypy tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed May 2, 2014
1 parent 0ba303b commit 63fd3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
before_install:
- sudo apt-get update
- if [[ $TOX_ENV == pypy* ]]; then sudo apt-get install -qq libzmq3-dev; fi
- if [[ "$TRAVIS_PYTHON_VERSION" == pypy ]]; then sudo apt-get install -qq libzmq3-dev; fi
after_success:
- pip install "coveralls==0.4.1" coverage
- coverage report
Expand Down

0 comments on commit 63fd3cf

Please sign in to comment.