Skip to content

Commit

Permalink
Updated travis config to add pypy2.7 and pypy3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouD committed Jul 21, 2018
1 parent 0bd63a1 commit 3483564
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ python:
- 3.5
- 3.4
- 3.7-dev
# PyPy versions
- pypy2.7
- pypy3.5
matrix:
allow_failures:
- python: pypy2.7
- python: pypy3.5
- python: 3.3
- python: 3.5
- python: 3.7-dev
Expand Down

0 comments on commit 3483564

Please sign in to comment.