Skip to content

Commit

Permalink
travis.yml: build for other Python 3 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival committed Jul 27, 2017
1 parent cbfe722 commit 4a713d1
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 @@ -3,7 +3,9 @@ language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
addons:
postgresql: "9.4"
services:
Expand Down

0 comments on commit 4a713d1

Please sign in to comment.