Permalink
Browse files
THEANO_FLAGS with gcc.cxxflags in travis, fixes #63
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.travis.yml
|
@@ -18,4 +18,4 @@ install: |
|
|
- pip install --user --no-deps -e git://github.com/fchollet/keras.git#egg=keras
|
|
|
|
|
|
# run unit tests
|
|
|
-script: python -m unittest discover
|
|
|
+script: THEANO_FLAGS="gcc.cxxflags='-march=core2'" python -m unittest discover
|
0 comments on commit
78cf9f2