Skip to content

Commit

Permalink
split out sphinx doc creation and doctests from test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 29, 2011
1 parent 2b4ed5d commit 87bc4d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions compile-docs.sh
@@ -0,0 +1 @@
cd docs && make html && make latexpdf
1 change: 1 addition & 0 deletions sphinx-test.sh
@@ -0,0 +1 @@
cd docs && make doctest
2 changes: 1 addition & 1 deletion test.sh
@@ -1,2 +1,2 @@
python setup.py build_ext -i && \
PATH=$PATH:../bedtools/bin/ nosetests --with-doctest --doctest-extension=.pyx pybedtools/cbedtools.pyx . && cd docs && make doctest && make html
PATH=$PATH:../bedtools/bin/ nosetests --with-doctest --doctest-extension=.pyx pybedtools/cbedtools.pyx .

0 comments on commit 87bc4d2

Please sign in to comment.