X Tutup
Skip to content

Commit 7c82561

Browse files
committed
add python v3.5 to the test matrix
1 parent 0addb25 commit 7c82561

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
@@ -2,6 +2,7 @@ language: python
22
sudo: false
33
python:
44
- "2.7"
5+
- "3.5"
56

67
before_install:
78
- pip install codecov

0 commit comments

Comments
 (0)
X Tutup