Skip to content

Commit 3112682

Browse files
committed
Add tests on PyPy 3 for Travis-CI
1 parent 071e5d7 commit 3112682

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)