Skip to content

Commit

Permalink
Attempt to fix pypy tests on Travis
Browse files Browse the repository at this point in the history
These pass locally but not on Travis.
  • Loading branch information
evansd committed Jul 16, 2018
1 parent 2a883f5 commit e8510fe
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 @@ -5,7 +5,7 @@ python:
- 2.7
- 3.4
- 3.5
- pypy
- pypy2.7-5.10.0
install: travis_retry pip install 'requests>=2.11,<2.12' 'Brotli>=0.6.0,<0.7' $DJANGO_VERSION
env:
global:
Expand Down

0 comments on commit e8510fe

Please sign in to comment.