Skip to content

Commit

Permalink
Merge pull request #69 from thedrow/patch-1
Browse files Browse the repository at this point in the history
Update Python versions in build matrix
  • Loading branch information
rudyryk committed Oct 22, 2017
2 parents 196a49b + 67ea7cf commit fd72c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ language: python
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
- "3.6"
- "nightly" # currently points to 3.7-dev
addons:
postgresql: "9.3"
services:
Expand Down

0 comments on commit fd72c51

Please sign in to comment.