diff --git a/.travis.yml b/.travis.yml index c7ff4f280..5193a680d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python python: - - "2.5" - - "2.6" - "2.7" install: - pip install . --use-mirrors + - pip install pylast flask --use-mirrors script: nosetests