diff --git a/.travis.yml b/.travis.yml index 3fa73c6..7484fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ python: install: "pip install -r dev-requirements.txt" # command to run tests script: nosetests +sudo: false