We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b733cc5 + 531f94d commit 65832c8Copy full SHA for 65832c8
.travis.yml
@@ -2,13 +2,10 @@ language: python
2
3
python:
4
- "nightly"
5
+ - "3.7"
6
- "3.6"
7
- "3.5"
- - "3.4"
8
- "2.7"
9
-matrix:
10
- allow_failures:
11
- - python: "nightly"
12
13
install:
14
# We do this conditionally because it saves us some downloading if the
appveyor.yml
@@ -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
0 commit comments