From d4c9186fb4761bb43917edbe9e9d80f808cdbfac Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Tue, 29 Jan 2019 15:10:17 +0000 Subject: [PATCH] travis: add run pytest script --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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