diff --git a/.travis.yml b/.travis.yml index 9dd1402..19c24c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ install: - pip install ipaddr - pip install psutil - pip install sqlalchemy -script: cd Tests && nosetests +script: cd tests && nosetests