Skip to content

Commit

Permalink
Move to Python 3.5 as highest version (Fixes #55)
Browse files Browse the repository at this point in the history
Go ahead and drop 3.2, we don't need it.
  • Loading branch information
dopplershift committed Oct 18, 2015
1 parent 45d0565 commit be38b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ matrix:
env: DOCBUILD=true
- python: 2.7
env: EXAMPLES=true
- python: 3.2
- python: 3.3
- python: 3.4
- python: 3.5
env: NOSE_WITH_COVERAGE=y NOSE_COVER_PACKAGE=siphon
- python: 3.4
- python: 3.5
env: LINT=true
- python: 3.4
- python: 3.5
env: EXAMPLES=true

before_install:
Expand Down

0 comments on commit be38b34

Please sign in to comment.