Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve testing process
Browse files Browse the repository at this point in the history
gunthercox committed Oct 21, 2018
1 parent 98db60f commit ea804a8
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@ python:
- '3.6'

install:
- pip install coveralls
- pip install dev-requirements.txt

script:
- flake8
- nosetests --with-coverage --cover-package=mathparse
- sphinx-build -nW -b html ./docs/ ./build/

after_success:
- coveralls
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coveralls
flake8
mock
nose
pip
twine
sphinx>=1.6,<1.7
sphinx>=1.8,<1.9
sphinx_rtd_theme

0 comments on commit ea804a8

Please sign in to comment.