Skip to content

Commit f97bf15

Browse files
authored
Merge pull request #220 from nikolas/patch-1
Remove python 3.3, add python 3.5 and 3.6
2 parents cc043a1 + 7dd5d75 commit f97bf15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.3"
65
- "3.4"
6+
- "3.5"
7+
- "3.6"
78
install:
89
- pip install -r requirements.txt
910
- pip install codecov pytest-cov

0 commit comments

Comments
 (0)