Skip to content

Commit

Permalink
Add testing for pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jan 28, 2019
1 parent cfba99d commit 666bb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
env: TOXENV=py36-pytestrelease
- python: 'pypy'
env: TOXENV=pypy-pytestrelease
- python: 'pypy3.5'
env: TOXENV=pypy3-pytestrelease
- python: 'nightly'
env: TOXENV=py37-pytestrelease
- python: '2.7'
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=linting,docs,py{27,34,35,36,py}-pytestrelease,py{27,36}-pytest{master,features}
envlist=linting,docs,py{27,34,35,36,py,py3}-pytestrelease,py{27,36}-pytest{master,features}

[testenv]
commands=pytest {posargs:testing/}
Expand Down

0 comments on commit 666bb4b

Please sign in to comment.