Browse Source

Run all tests in travis

refactoring
Matthias Volk 7 years ago
parent
commit
8c122e11cb
  1. 2
      travis/build-helper.sh

2
travis/build-helper.sh

@ -35,7 +35,7 @@ run() {
Test)
# Run tests
set +e
python -m pytest -sv tests/
python setup.py test
;;
Documentation)

Loading…
Cancel
Save