Skip to content

Commit 586de2b

Browse files
authored
Test under pypy and pypy3
1 parent c98afcf commit 586de2b

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
@@ -6,6 +6,10 @@ matrix:
66
env: TOXENV=py27
77
- python: 3.6
88
env: TOXENV=py36
9+
- python: pypy
10+
env: TOXENV=pypy
11+
- python: pypy3
12+
env: TOXENV=pypy3
913
- env: TOXENV=coverage
1014
install:
1115
- pip install -U pip tox codecov

0 commit comments

Comments
 (0)