Skip to content

Commit 65832c8

Browse files
authored
Merge pull request #113 from computationalmodelling/drop-3.4
Drop Python 3.4 testing on TravisCI and enable 3.7 testing
2 parents b733cc5 + 531f94d commit 65832c8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ language: python
22

33
python:
44
- "nightly"
5+
- "3.7"
56
- "3.6"
67
- "3.5"
7-
- "3.4"
88
- "2.7"
9-
matrix:
10-
allow_failures:
11-
- python: "nightly"
129

1310
install:
1411
# We do this conditionally because it saves us some downloading if the

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ skip_branch_with_pr: true
55
environment:
66
matrix:
77
- PYTHON: "C:\\Python35-x64"
8-
PYTHON_VERSION: "3.5.x"
9-
PYTHON_MAJOR: 3
10-
PYTHON_ARCH: "64"
8+
- PYTHON: "C:\\Python36-x64"
9+
- PYTHON: "C:\\Python37-x64"
1110

1211
# scripts that run after cloning repository
1312
install:

0 commit comments

Comments
 (0)