Skip to content

Commit

Permalink
Add pypy to allow failing
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Jun 26, 2015
1 parent 167b2b4 commit c6d3b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ matrix:
env: DJANGO="<1.5,>=1.4"
- python: "pypy3"
env: DJANGO="<1.5,>=1.4"
allow_failures:
- python: "pypy"
- python: "pypy3"
install:
- pip install --upgrade pip
- pip install .
Expand Down

0 comments on commit c6d3b65

Please sign in to comment.