diff --git a/.travis.yml b/.travis.yml index 833a34a..d334ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.4.3 " + - "3.4" install: "pip install -r requirements.txt" # command to run tests script: nosetests \ No newline at end of file