Skip to content

Commit b96f959

Browse files
committed
Add pypy and pypy3 build targets
1 parent ab12418 commit b96f959

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
@@ -1,10 +1,12 @@
11
language: python
22
python:
33
- "2.7"
4+
- "pypy"
45
- "3.3"
56
- "3.4"
67
- "3.5"
78
- "3.6"
9+
- "pypy3"
810
sudo: false
911

1012
install:

0 commit comments

Comments
 (0)