Skip to content

Commit 3b2bbfb

Browse files
committed
travis yml updates to address Python 3.5/3.6 testing
1 parent 44667f2 commit 3b2bbfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
sudo: false
44
language: python
5-
python: 3.6
5+
python:
6+
- "3.5"
7+
- "3.6"
68
env:
79
- TOX_ENV=py27
810
- TOX_ENV=py33

0 commit comments

Comments
 (0)