diff --git a/.travis.yml b/.travis.yml index 95cf4b4a..f43884ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,11 @@ language: python python: - "2.7" - "pypy" + # command to install dependencies # install: # - pip install # - pip install -r requirements.txt + # command to run tests -script: - nosetests +script: nosetests