Skip to content

Commit 7dd5d75

Browse files
authored
Remove python 3.3, add python 3.5 and 3.6
Python 3.3 has reached end of life: https://www.python.org/downloads/release/python-336/
1 parent 6689960 commit 7dd5d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
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)