Skip to content

Commit ad37d0d

Browse files
add pypy3 target to travis builds
1 parent 1ec2e10 commit ad37d0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ matrix:
1313
env: TOXENV=py36
1414
- python: pypy
1515
env: TOXENV=pypy
16+
- python: pypy3
17+
env: TOXENV=pypy3
1618
- python: 3.6
1719
env: TOXENV=docs
1820
install:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py27,py34,py35,py36,pypy,docs,coverage
2+
envlist=flake8,py27,py34,py35,py36,pypy,pypy3,docs,coverage
33
skip_missing_interpreters=True
44

55
[testenv]
@@ -16,6 +16,7 @@ basepython =
1616
py35: python3.5
1717
py36: python3.6
1818
pypy: pypy
19+
pypy3: pypy3
1920

2021
[testenv:flake8]
2122
basepython=python3.6

0 commit comments

Comments
 (0)