mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
travis: add run pytest script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user