travis: add run pytest script

This commit is contained in:
Jacob Plaster
2019-01-29 15:10:17 +00:00
parent c35606098b
commit d4c9186fb4

View File

@@ -9,4 +9,6 @@ before_install:
install:
- python3 -m pip install -r requirements.txt --user
# command to run tests
script: python3 -m pylint --rcfile=pylint.rc bfxapi
script:
- python3 -m pylint --rcfile=pylint.rc bfxapi
- python3 -m pytest