Skip to content

Commit 3249fe0

Browse files
committed
small modif to try to make travis-ci code work.
1 parent 7cf37ac commit 3249fe0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ install:
1313
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
1414
- "pip install -q numpy --use-mirrors"
1515
- "pip install -q git://github.com/Theano/Theano.git
16+
env:
17+
- PART=""
18+
1619
script:
1720
- cd code
1821
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
1922
- python --version
20-
- theano-nose test.py
23+
- theano-nose test.py $PART
2124

0 commit comments

Comments
 (0)