diff --git a/.travis.yml b/.travis.yml index 7d63df3..c695647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,10 @@ language: python python: - "2.6" - "2.7" - - "3.0" - "3.2" - "3.3" - "3.4" # command to install dependencies - +pip install -r requirements.txt # command to run tests -script: python test/HelloWorldTest.py \ No newline at end of file +script: python src/test/HelloWorldTest.py \ No newline at end of file