diff --git a/.travis.yml b/.travis.yml index 8a4f7cd..b82e9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" -# command to install dependencies install: "pip install -r requirements.txt" -# command to run tests +# run nosetests - Tests script: nosetests