Skip to content

Commit

Permalink
coverage doesn't run on python 3.2 so we need to bump pypy3. Also bum…
Browse files Browse the repository at this point in the history
…p pypy becasue it's much faster.
  • Loading branch information
jamadden committed Feb 11, 2017
1 parent 2f638e1 commit 21000e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
- pypy-5.4.1
- pypy3.3-5.2-alpha1
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit 21000e0

Please sign in to comment.