diff --git a/.travis.yml b/.travis.yml index eb6e601..2cd8f40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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