We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ff665 commit c19c3aeCopy full SHA for c19c3ae
2 files changed
.travis.yml
@@ -12,11 +12,21 @@ matrix:
12
python: "3.5"
13
- os: linux
14
python: "3.6"
15
+ - os: linux
16
+ python: "3.7"
17
+ dist: xenial
18
19
+ python: "3.8"
20
21
22
- os: osx
23
language: generic
24
env:
25
- OSXENV=3.6.0
26
+ - os: osx
27
+ language: generic
28
+ env:
29
+ - OSXENV=3.7.0
30
31
32
appveyor.yml
@@ -6,12 +6,16 @@ environment:
6
PYVER: "3.5"
7
- PYTHON: "C:\\Python36"
8
PYVER: "3.6"
9
+ - PYTHON: "C:\\Python37"
10
+ PYVER: "3.7"
11
- PYTHON: "C:\\Python27-x64"
PYVER: "2.7"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python37-x64"
build: false
0 commit comments