Skip to content

Commit 3b0aa55

Browse files
committed
Add python 3.4, 3.5, and 3.6 to Travis testing
1 parent 14ae6ab commit 3b0aa55

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
@@ -2,6 +2,9 @@ language: python
22
python:
33
- "2.7"
44
- "2.6"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
58

69
install:
710
- pip install tox

0 commit comments

Comments
 (0)