diff --git a/.travis.yml b/.travis.yml index 9acbdff..3c48f80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ env: python: - 2.6 - 2.7 - - pypy install: - pip install PyYAML pytest --use-mirrors - if [ $WITH_REQUESTS = "1.x" ] ; then pip install requests==1.2.3; fi