Skip to content

Commit a66c111

Browse files
committed
Add python interpreters to .travis.yml
1 parent 7548738 commit a66c111

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
@@ -4,6 +4,8 @@ python:
44
- 2.7
55
- 3.3
66
- 3.4
7+
- 3.5
8+
- pypy
79
install:
810
- pip install pytest pytest-cov coveralls flake8
911
- pip install -e .

0 commit comments

Comments
 (0)