Skip to content

Commit

Permalink
test with pypy3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Weis committed Jun 23, 2015
1 parent c6069dd commit 0ae18b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pypy3
- TOX_ENV=flake
- TOX_ENV=cover

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 = py26,py27,py32,py33,py34,pypy,flake,cover
envlist = py26,py27,py32,py33,py34,pypy,pypy3,flake,cover

[testenv]
deps =
Expand Down

0 comments on commit 0ae18b2

Please sign in to comment.