Skip to content

Commit 1896599

Browse files
committed
added pypy and pypy3 testing to Travis CI
1 parent 883d7ca commit 1896599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ matrix:
1414
env: TOX_ENV=py35
1515
- python: 3.6
1616
env: TOX_ENV=py36
17+
- python: pypy
18+
env: TOX_ENV=pypy
19+
- python: pypy3
20+
env: TOX_ENV=pypy3
1721

1822
script: tox -e $TOX_ENV
1923

0 commit comments

Comments
 (0)