Skip to content

Commit 95587b9

Browse files
committed
Add more python versions to test against.
1 parent 3916efe commit 95587b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
47
- "3.6"
58
install: "pip install -r requirements.txt"
69
script: nosetests -v

0 commit comments

Comments
 (0)