We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1373575 commit d9bed98Copy full SHA for d9bed98
.travis.yml
@@ -23,6 +23,11 @@ install:
23
- python setup.py build_ext --inplace
24
25
env:
26
+ - TESTCMD="nosetests -vv --with-timer -e test_examples -e test_distributions"
27
+ - TESTCMD="nosetests -vv --with-timer pymc3.tests.test_distributions"
28
+ - TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples0"
29
+ - TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples1"
30
+ - TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples2"
31
- DEPS="ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels"
32
33
script:
0 commit comments