Skip to content

Commit

Permalink
Merge pull request #113 from computationalmodelling/drop-3.4
Browse files Browse the repository at this point in the history
Drop Python 3.4 testing on TravisCI and enable 3.7 testing
  • Loading branch information
takluyver committed Sep 27, 2019
2 parents b733cc5 + 531f94d commit 65832c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ language: python

python:
- "nightly"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
matrix:
allow_failures:
- python: "nightly"

install:
# We do this conditionally because it saves us some downloading if the
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ skip_branch_with_pr: true
environment:
matrix:
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_MAJOR: 3
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

# scripts that run after cloning repository
install:
Expand Down

0 comments on commit 65832c8

Please sign in to comment.