diff --git a/.travis.yml b/.travis.yml index 733c0ed..290f422 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: python python: - "2.6" @@ -7,4 +8,4 @@ python: install: - pip install unittest2 - python setup.py install -script: python tests/tests.py \ No newline at end of file +script: python tests/tests.py