Skip to content

Commit

Permalink
.travis.yml: Adds build on Python 3.6-dev
Browse files Browse the repository at this point in the history
Activates a build on Python 3.6 which previously didn't existed.

Closes coala#1170
  • Loading branch information
SarthakNijhawan committed Dec 25, 2016
1 parent 242143f commit 2c645a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: python
python:
- 3.4
- 3.5
- 3.6-dev

dist: trusty

Expand Down

0 comments on commit 2c645a3

Please sign in to comment.