Skip to content

Commit 81bb550

Browse files
committed
Test against more recent Python3 versions
1 parent 3baa154 commit 81bb550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
5-
- "3.4"
4+
- "3.5"
5+
- "3.6"
66
install:
77
- "pip install pep8 coverage coveralls"
88
- "pip install -r requirements.txt"

0 commit comments

Comments
 (0)