Skip to content

Commit

Permalink
test pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Aug 24, 2017
1 parent 45b510d commit d82ad70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "pypy"
env: TOXENV=py36
- python: "pypy3"
env: TOXENV=py36

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,33,34,35,36}
envlist = py{27,33,34,35,36},pypy,pypy3
skip_missing_interpreters=true

[testenv]
Expand Down

0 comments on commit d82ad70

Please sign in to comment.