Skip to content

Commit

Permalink
re-add tests and documentation after install (pythonarcade#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
chpurdy committed Mar 9, 2020
1 parent ef83c13 commit 985a31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ for file in dist/*
do
pip3 install $file
done
#sphinx-build -b html doc doc/build/html
#coverage run --source arcade setup.py test
#coverage report -m
sphinx-build -b html doc doc/build/html
coverage run --source arcade setup.py test
coverage report -m

0 comments on commit 985a31d

Please sign in to comment.