File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ sudo: false
66
77language : objective-c
88
9- env :
10- - PYTHON=2.7
9+ matrix :
10+ fast_finish : true
11+ include :
12+ - env : PYTHON=2.7
13+ - env : PYTHON=3.5
1114
1215before_install :
1316 - which python
Original file line number Diff line number Diff line change @@ -9,15 +9,9 @@ language: python
99matrix :
1010 fast_finish : true
1111 include :
12- - python : 2.7
13- env :
14- - PYTHON=2.6
1512 - python : 2.7
1613 env :
1714 - PYTHON=2.7
18- - python : 2.7
19- env :
20- - PYTHON=3.3
2115 - python : 2.7
2216 env :
2317 - PYTHON=3.4
@@ -48,6 +42,6 @@ install:
4842
4943script :
5044 - cd $HOME
51- - nosetests randomstate
45+ - nosetests -vv randomstate
5246 - cd $BUILD_DIR/randomstate
5347 - if [ ${PYTHON} = "2.7" ]; then python performance.py; fi
You can’t perform that action at this time.
0 commit comments