Skip to content

Commit

Permalink
Merge pull request #138 from timofurrer/pypy3
Browse files Browse the repository at this point in the history
Support and Test pypy3
  • Loading branch information
timofurrer committed May 7, 2017
2 parents 1ed671e + 3ced765 commit 87b111f
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 @@ -2,12 +2,13 @@ language: python
sudo: false
python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy-5.3.1"

matrix:
allow_failures:
Expand Down

0 comments on commit 87b111f

Please sign in to comment.