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