Skip to content

Commit 0fae481

Browse files
committed
DOC: Complete doctr integration
Final step for integration
1 parent 2fe7a0a commit 0fae481

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ script:
6565
conda install -c conda-forge doctr
6666
cd ${BUILD_DIR}/doc
6767
make html
68-
cd ..
6968
doctr deploy doc
7069
fi;
71-
- if [ ${PYTHON} = "3.5" ]; then python performance.py; fi
70+
- |
71+
if [ ${PYTHON} = "3.6" ]; then
72+
cd ${BUILD_DIR}/randomstate
73+
python performance.py;
74+
fi

0 commit comments

Comments
 (0)