File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -49,22 +49,23 @@ before_install:
49
49
50
50
# Install packages
51
51
install :
52
- - conda create -n randomstate-test ${PKGS} nose pip setuptools matplotlib --quiet
52
+ - conda create -n randomstate-test ${PKGS} nose pip setuptools matplotlib pyyaml --quiet
53
53
- source activate randomstate-test
54
54
- pip install tempita sphinx guzzle_sphinx_theme ipython -q
55
55
- python setup.py install
56
56
- export BUILD_DIR=$PWD
57
+ - cd $HOME
58
+
59
+ script :
57
60
- set -e
61
+ - nosetests randomstate
62
+ - cd $BUILD_DIR/randomstate
58
63
- |
59
64
if [ ${PYTHON} = 3.5 ]; then
60
- cd doc
65
+ conda install -c conda-forge doctr
66
+ cd ${BUILD_DIR}/doc
61
67
make html
62
- pip install doctr
68
+ cd ..
63
69
doctr deploy doc
64
70
fi;
65
- - cd $HOME
66
-
67
- script :
68
- - nosetests randomstate
69
- - cd $BUILD_DIR/randomstate
70
71
- if [ ${PYTHON} = "3.5" ]; then python performance.py; fi
You can’t perform that action at this time.
0 commit comments