Skip to content

Commit

Permalink
.travis.yml: Replace 3.6-dev with 3.6
Browse files Browse the repository at this point in the history
Python 3.6 has been released for a while, but
Travis only supported the version '3.6-dev'.
The Travis Python version '3.6' is now working.
  • Loading branch information
jayvdb committed Feb 1, 2017
1 parent 1f834f0 commit e24aa77
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 @@ -3,7 +3,7 @@ language: python
python:
- 3.4
- 3.5
- 3.6-dev
- 3.6

matrix:
include:
Expand Down

0 comments on commit e24aa77

Please sign in to comment.