From 897d0a132c3a6273b73be5933d00ade005b6d5a0 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 2 Mar 2014 11:06:29 +0200 Subject: [PATCH] Fix command path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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