Fix the test command

I should be less cocky about pushing these things to master and instead to a PR
This commit is contained in:
Thom Wiggers 2019-02-18 12:53:28 +01:00
parent 4f5888c7da
commit 78e349f3ba
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -94,7 +94,7 @@ matrix:
script: script:
- make ${MAKETARGET} - make ${MAKETARGET}
- cd test && nosetests --rednose --verbose - cd test && python3 -m nose --rednose --verbose
cache: pip cache: pip