Skip to content

Commit

Permalink
Updated versions of Python for testing
Browse files Browse the repository at this point in the history
Remove Python 2
Remove Python 3.5 as Travis cannot find it
  • Loading branch information
Matthew Townson committed Oct 25, 2019
1 parent 4cded35 commit 0a39916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ branches:
- v*

python:
- 2.7
# - 3.4 Not in travis repositories
- 3.5
#- 3.5 Not in travis repositories
- 3.6
- 3.7

Expand Down
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ build: false

environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\Miniconda-x64

- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64

- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64

- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda37-x64


branches:
only:
Expand Down

0 comments on commit 0a39916

Please sign in to comment.