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
6
6
7
7
language : objective-c
8
8
9
- env :
10
- - PYTHON=2.7
9
+ matrix :
10
+ fast_finish : true
11
+ include :
12
+ - env : PYTHON=2.7
13
+ - env : PYTHON=3.5
11
14
12
15
before_install :
13
16
- which python
Original file line number Diff line number Diff line change @@ -9,15 +9,9 @@ language: python
9
9
matrix :
10
10
fast_finish : true
11
11
include :
12
- - python : 2.7
13
- env :
14
- - PYTHON=2.6
15
12
- python : 2.7
16
13
env :
17
14
- PYTHON=2.7
18
- - python : 2.7
19
- env :
20
- - PYTHON=3.3
21
15
- python : 2.7
22
16
env :
23
17
- PYTHON=3.4
@@ -48,6 +42,6 @@ install:
48
42
49
43
script :
50
44
- cd $HOME
51
- - nosetests randomstate
45
+ - nosetests -vv randomstate
52
46
- cd $BUILD_DIR/randomstate
53
47
- if [ ${PYTHON} = "2.7" ]; then python performance.py; fi
You can’t perform that action at this time.
0 commit comments