Skip to content

Commit

Permalink
Use more recent Python 3.6 (> 23 Dec 2016) instead of 3.4 (16 Mar 2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Jun 15, 2018
1 parent bc2553d commit ab12c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,14 +1,14 @@
language: python
env:
global:
- OSX_PYTHON_VERSIONS='2.7 3.4'
- OSX_PYTHON_VERSIONS='2.7 3.6'
matrix:
include:
# Use the built in venv for linux builds
- os: linux
python: 2.7
- os: linux
python: 3.4
python: 3.6
# Use generic language for osx and install python by hand
- os: osx
language: generic
Expand Down

0 comments on commit ab12c1e

Please sign in to comment.