Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d64f5fa

Browse filesBrowse files
committed
Update CI for 3.7
1 parent 22eddc1 commit d64f5fa
Copy full SHA for d64f5fa

File tree

Expand file treeCollapse file tree

2 files changed

+19
-26
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-26
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ environment:
88
- PYTHON: "C:\\Python35-x64"
99
- PYTHON: "C:\\Python36"
1010
- PYTHON: "C:\\Python36-x64"
11+
- PYTHON: "C:\\Python37"
12+
- PYTHON: "C:\\Python37-x64"
1113

1214
build_script:
1315
- "git --no-pager log -n2"

‎.travis.yml

Copy file name to clipboard
+17-26Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,28 @@
11
language: python
2-
python:
3-
- 3.5.0
4-
- 3.5.2
5-
- 3.5-dev
6-
- 3.6
7-
- 3.6-dev
8-
- 3.7-dev
92
sudo: false
103
dist: trusty
114

125
matrix:
136
include:
14-
- os: linux
15-
language: generic
16-
env: USE_PYPY_RELEASE_VERSION=5.9-beta
17-
# Uncomment if you want to test on pypy nightly
18-
# - os: linux
19-
# language: generic
20-
# env: USE_PYPY_NIGHTLY=1
21-
# - os: osx
22-
# language: generic
23-
# env: MACPYTHON=3.5.4
24-
# - os: osx
25-
# language: generic
26-
# env: MACPYTHON=3.6.3
27-
- os: linux
28-
language: python
29-
python: 3.6
7+
- python: 3.6
308
env: CHECK_DOCS=1
31-
- os: linux
32-
language: python
33-
python: 3.6
9+
- python: 3.6
3410
env: CHECK_FORMATTING=1
11+
- python: pypy3.5
12+
- python: 3.5.0
13+
- python: 3.5.2
14+
- python: 3.6
15+
- python: 3.7
16+
dist: xenial
17+
sudo: required
18+
- python: 3.5-dev
19+
- python: 3.6-dev
20+
- python: 3.7-dev
21+
dist: xenial
22+
sudo: required
23+
- python: 3.8-dev
24+
dist: xenial
25+
sudo: required
3526

3627
script:
3728
- ci/travis.sh

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.