Skip to content

Commit c12e7c6

Browse files
committed
Add Python 3.6 to test matrix
1 parent 4ac69f4 commit c12e7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4+
- "3.6"
45
install: "pip install -r requirements.txt"
56
script: nosetests -v

0 commit comments

Comments
 (0)