Skip to content

Commit

Permalink
Use Python 3.6 instead of 3.4 on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 2, 2018
1 parent 2079baf commit 0790906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.4"
- "3.6"
install:
- pip install coveralls
script:
Expand Down

0 comments on commit 0790906

Please sign in to comment.