Remove special HTTPretty install from Travis.

This commit is contained in:
Steve Pulec 2014-01-28 18:21:30 -05:00
parent 262b698149
commit 9ad3d480ab

View File

@ -14,7 +14,6 @@ env:
- BOTO_VERSION=2.7
install:
- pip install boto==$BOTO_VERSION
- pip install https://github.com/gabrielfalcao/HTTPretty/tarball/8bbbdfc14326678b1aeba6a2d81af0d835a2cd6f
- pip install .
- pip install -r requirements.txt
script: