We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf37ac commit 3249fe0Copy full SHA for 3249fe0
1 file changed
.travis.yml
@@ -13,9 +13,12 @@ install:
13
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
14
- "pip install -q numpy --use-mirrors"
15
- "pip install -q git://github.com/Theano/Theano.git
16
+env:
17
+ - PART=""
18
+
19
script:
20
- cd code
21
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
22
- python --version
- - theano-nose test.py
23
+ - theano-nose test.py $PART
24
0 commit comments