Fix command path
This commit is contained in:
parent
6b91e6f8e5
commit
897d0a132c
|
@ -7,4 +7,4 @@ python:
|
|||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
# command to run tests
|
||||
script: /test_pylast.py
|
||||
script: ./test_pylast.py
|
||||
|
|
Loading…
Reference in a new issue