File tree Expand file tree Collapse file tree 1 file changed +29
-13
lines changed Expand file tree Collapse file tree 1 file changed +29
-13
lines changed Original file line number Diff line number Diff line change 1
- language : c
1
+ language : python
2
2
3
3
sudo : false
4
4
13
13
- TOXENV='test'
14
14
- TOXARGS='-v'
15
15
- TOXPOSARGS=''
16
- matrix :
17
- - PYTHON_VERSION=2.7 TOXENV=py27-test-mpl15
18
- - PYTHON_VERSION=3.5 TOXENV=py35-test-mpl20
19
- - PYTHON_VERSION=3.6 TOXENV=py36-test-mpl21
20
- - PYTHON_VERSION=3.6 TOXENV=py36-test-mpl22
21
- - PYTHON_VERSION=3.7 TOXENV=py37-test-mpl30
22
- - PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
23
- - PYTHON_VERSION=3.8 TOXENV=py38-test-minimal
24
- - PYTHON_VERSION=3.8 TOXENV=codestyle
16
+
17
+ matrix :
18
+ include :
19
+ - python : 2.7
20
+ env : TOXENV=py27-test-mpl15
21
+ - python : 3.5
22
+ env : TOXENV=py35-test-mpl20
23
+ - python : 3.6
24
+ env : TOXENV=py36-test-mpl21
25
+ - python : 3.6
26
+ env : TOXENV=py36-test-mpl22
27
+ - python : 3.7
28
+ env : TOXENV=py37-test-mpl30
29
+ - python : 3.8
30
+ env : TOXENV=py38-test-mpl31
31
+ - python : 3.8
32
+ env : TOXENV=py38-test-minimal
33
+ - python : 3.8
34
+ env : TOXENV=codestyle
35
+ - os : osx
36
+ env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
37
+ - os : windows
38
+ env : PYTHON_VERSION=3.8 TOXENV=py38-test-mpl31
25
39
26
40
install :
27
- git clone git://github.com/astropy/ci-helpers.git;
28
- source ci-helpers/travis/setup_conda.sh;
41
+ - if [[ $TRAVIS_OS_NAME != linux ]]; then
42
+ git clone git://github.com/astropy/ci-helpers.git;
43
+ source ci-helpers/travis/setup_conda.sh;
44
+ fi
29
45
30
- script :
46
+ script :
31
47
- pip install tox
32
48
- tox $TOXARGS -- $TOXPOSARGS
33
49
You can’t perform that action at this time.
0 commit comments