Skip to content

Commit

Permalink
Use nose-timelimit with travis to help find slow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Apr 14, 2014
1 parent 2e2a1cb commit e399de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
# So we test with 0.8. Our internal buildbot have 0.7.2.
# We install it later only for the PART that need it.
# - "pip install -q scipy==0.8 --use-mirrors"
- "pip install nose-timelimit --use-mirrors"
- "pip install . --no-deps --use-mirrors"
# command to run tests
env:
Expand All @@ -36,7 +37,7 @@ script:
- df -h
- ulimit -a
- echo $PART
- theano-nose -v $PART
- theano-nose --with-timelimit -v $PART


#after_script:
Expand Down

0 comments on commit e399de5

Please sign in to comment.