Skip to content

Commit

Permalink
Fix travis configuration for pypy (#347)
Browse files Browse the repository at this point in the history
* fix travis matrix for pypy
  • Loading branch information
asadurski authored Sep 10, 2017
1 parent 5308434 commit 130c0e8
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 @@ -6,7 +6,7 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 2.7
- python: pypy
env: TOXENV=pypy
- python: 3.3
env: TOXENV=py33
Expand Down

0 comments on commit 130c0e8

Please sign in to comment.