Fix command path

This commit is contained in:
hugovk 2014-03-02 11:06:29 +02:00
parent 6b91e6f8e5
commit 897d0a132c

View file

@ -7,4 +7,4 @@ python:
# command to install dependencies # command to install dependencies
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
# command to run tests # command to run tests
script: /test_pylast.py script: ./test_pylast.py