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.
1 parent b3138ab commit 80bf6b5Copy full SHA for 80bf6b5
.travis.yml
@@ -7,6 +7,23 @@ env:
7
8
jobs:
9
include:
10
+ - os: windows
11
+ language: shell
12
+ env:
13
+ - PATH=/c/Python37:/c/Python37/Scripts:$PATH
14
+ - TOXENV=py37-coverage
15
+ before_install:
16
+ - choco install --no-progress python
17
+
18
+ - os: osx
19
+ osx_image: xcode10.2
20
+ language: generic
21
+ env: TOXENV=py37-coverage
22
23
+ - ln -sfn "$(which python3)" /usr/local/bin/python
24
+ - python -V
25
+ - test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
26
27
- python: '2.7'
28
env: TOXENV=py27-coverage
29
- python: '3.4'
0 commit comments