Skip to content

Commit

Permalink
Try testing pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 22, 2018
1 parent 66b95e3 commit 7cc30bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- 3.5
- 3.6
- pypy
- pypy3
matrix:
include:
- python: "3.7"
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[tox]
envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py27,py33,py34,py35,jython,pypy,coverage,docs
py27,py34,py35,py36,py37,pypy,coverage,docs
py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit 7cc30bd

Please sign in to comment.