Skip to content

Commit

Permalink
Add pypy3; don't allow 3.4 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 18, 2014
1 parent edd0b45 commit b608334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.3
- 3.4
- "pypy"
- "pypy3"

sudo: false

Expand Down Expand Up @@ -34,5 +35,5 @@ matrix:
- python: 2.6
- python: 3.2
- python: 3.3
- python: 3.4
- python: "pypy"
- python: "pypy3"

0 comments on commit b608334

Please sign in to comment.