Skip to content

Commit

Permalink
add ci builds for Python 3.5 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ameily committed Apr 4, 2017
1 parent bbb2ca8 commit 072bd24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
sudo: false
# command to install dependencies
install:
Expand Down

0 comments on commit 072bd24

Please sign in to comment.