Skip to content

Commit

Permalink
.travis.yml: Use Python 3.6.1
Browse files Browse the repository at this point in the history
Temporary solution for a problem with Python 3.6.0 on Travis CI.

Related to coala#1864
  • Loading branch information
jayvdb committed Jun 23, 2017
1 parent a72eb4e commit e448909
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
Expand Up @@ -4,7 +4,7 @@ language: python
python:
- 3.4
- 3.5
- 3.6
- 3.6.1

matrix:
include:
Expand Down

0 comments on commit e448909

Please sign in to comment.