Skip to content

Commit

Permalink
Added PyPy to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 26, 2018
1 parent f60d0ca commit 5058281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "2.7"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install coveralls
- pip install -r requirements.txt
Expand Down

0 comments on commit 5058281

Please sign in to comment.