Skip to content

Commit

Permalink
Drop pypy from CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 4, 2019
1 parent 4964dc8 commit 23b0173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ python:
- 2.7
- 3.5
- 3.6
# - 3.7
- nightly
- pypy
# - pypy
# - pypy3

addons:
Expand All @@ -36,4 +37,4 @@ before_script:
- cd ..

script:
- pytest tests/
- pytest tests/

0 comments on commit 23b0173

Please sign in to comment.