Skip to content

Commit

Permalink
More Travis CI messing around
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvm committed Nov 18, 2014
1 parent f6e4c79 commit 7800233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- pip install -q nose2[coverage-plugin]
- pip install -q coveralls
script:
- "[ $FLAKE8 ] && flake8 blocks"
- "[ $FLOATX ] && THEANO_FLAGS=floatX=$FLOATX,blas.ldflags='-lblas -lgfortran' coverage run --parallel-mode --source=blocks -m nose2.__main__"
- if [ ${FLAKE8+1} ]; then flake8 blocks; fi
- if [ ${FLOATX+1} ]; then THEANO_FLAGS=floatX=$FLOATX,blas.ldflags='-lblas -lgfortran' coverage run --parallel-mode --source=blocks -m nose2.__main__; fi
after_script:
- coveralls

0 comments on commit 7800233

Please sign in to comment.