Skip to content

Commit

Permalink
add pypy3 target to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Apr 23, 2018
1 parent 1ec2e10 commit ad37d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ matrix:
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
- python: 3.6
env: TOXENV=docs
install:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py34,py35,py36,pypy,docs,coverage
envlist=flake8,py27,py34,py35,py36,pypy,pypy3,docs,coverage
skip_missing_interpreters=True

[testenv]
Expand All @@ -16,6 +16,7 @@ basepython =
py35: python3.5
py36: python3.6
pypy: pypy
pypy3: pypy3

[testenv:flake8]
basepython=python3.6
Expand Down

0 comments on commit ad37d0d

Please sign in to comment.