Skip to content
Browse files

THEANO_FLAGS with gcc.cxxflags in travis, fixes #63

  • Loading branch information...
1 parent 9084214 commit 78cf9f2a97d8c70f0de74608a34de1315ec970af @wrongu wrongu committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 .travis.yml
View
2 .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

Please sign in to comment.
Something went wrong with that request. Please try again.