Skip to content

Commit 40e68b3

Browse files
authored
Merge pull request #73 from jbouzekri/travis-python3
add python 3.4 and 3.5 to travis
2 parents 4728a39 + e486906 commit 40e68b3

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,6 +1,8 @@
11
language: python
22
python:
33
- "2.7"
4+
- "3.4"
5+
- "3.5"
46
- "3.6"
57
install:
68
- pip install -r requirements.txt

0 commit comments

Comments
 (0)