Skip to content

Commit

Permalink
remote timer-verbose arg from travis commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalvatier committed Apr 3, 2014
1 parent b9785f6 commit 29406a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -22,10 +22,10 @@ install:
- pip install git+https://github.com/mahmoudimus/nose-timer.git

env:
- TESTCMD="nosetests -vv --with-timer --timer-verbose -e test_glm -e test_examples -e test_distributions"
- TESTCMD="nosetests -vv --with-timer --timer-verbose pymc.tests.test_distributions"
- TESTCMD="nosetests -vv --with-timer --timer-verbose pymc.tests.test_examples:test_examples0"
- TESTCMD="nosetests -vv --with-timer --timer-verbose pymc.tests.test_examples:test_examples1"
- TESTCMD="nosetests -vv --with-timer --timer-verbose pymc.tests.test_examples:test_examples2"
- TESTCMD="nosetests -vv --with-timer -e test_glm -e test_examples -e test_distributions"
- TESTCMD="nosetests -vv --with-timer pymc.tests.test_distributions"
- TESTCMD="nosetests -vv --with-timer pymc.tests.test_examples:test_examples0"
- TESTCMD="nosetests -vv --with-timer pymc.tests.test_examples:test_examples1"
- TESTCMD="nosetests -vv --with-timer pymc.tests.test_examples:test_examples2"

script: "$TESTCMD"

0 comments on commit 29406a4

Please sign in to comment.