File tree Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
2
1
language : python
3
- python :
4
- - " 3.5"
5
- - " 3.6"
6
- - " 3.7"
7
- - " 3.8-dev"
8
- - " nightly"
9
- - " pypy3.5"
2
+ matrix :
3
+ allow_failures :
4
+ - os : osx
5
+ - os : windows
6
+ include :
7
+ - name : " Python on Linux"
8
+ dist : xenial
9
+ python :
10
+ - " 3.5"
11
+ - " 3.6"
12
+ - " 3.7"
13
+ - " 3.8-dev"
14
+ - " nightly"
15
+ - " pypy3.5"
16
+ - name : " Python 3.7 on Windows"
17
+ os : windows
18
+ language : shell
19
+ before_install : choco install python
20
+ env : PATH=/c/Python37:/c/Python37/Scripts:$PATH
21
+ - name : " Python 3.7 on macOS"
22
+ os : osx
23
+ osx_image : xcode10.2
24
+ language : shell
10
25
cache :
11
26
directories :
12
27
- $HOME/.cache/pip
13
28
- .pytest_cache
14
29
install :
15
- - pip install -r requirements.txt
30
+ - pip3 install --upgrade pip
31
+ - pip3 install -r requirements.txt
16
32
script :
17
33
- pytest -v
18
34
before_deploy :
19
- - python setup.py bdist_wheel
35
+ - python3 setup.py bdist_wheel || python setup.py bdist_wheel
20
36
deploy :
21
37
- provider : pypi
22
38
user : $PYPI_USER
You can’t perform that action at this time.
0 commit comments