Skip to content

Commit 8452fc5

Browse files
committed
Merge pull request #356 from jcrocholl/test-pypy3
Add tests on PyPy 3 for Travis-CI
2 parents 071e5d7 + 3112682 commit 8452fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.3
77
- 3.4
88
- pypy
9+
- pypy3
910
install:
1011
- pip install -e .
1112
- pip list
@@ -17,6 +18,7 @@ script:
1718
matrix:
1819
allow_failures:
1920
- python: pypy
21+
- python: pypy3
2022

2123
notifications:
2224
email:

0 commit comments

Comments
 (0)