Skip to content

Commit a78c741

Browse files
committed
drop support for py3.3 and include 3.7
1 parent dd3668a commit a78c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"
7+
- "3.7"
88
- "pypy"
99
install: "pip install -r dev-requirements.txt"
1010
script: python setup.py test

0 commit comments

Comments
 (0)