diff --git a/.travis.yml b/.travis.yml index 68b36183..e9cb1b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: - pip install boto==$BOTO_VERSION - pip install . - pip install -r requirements.txt + - pip install coveralls script: - make test after_success: diff --git a/requirements.txt b/requirements.txt index 4ea7dca3..b057b0a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ coverage freezegun mock nose -https://github.com/spulec/python-coveralls/tarball/796d9dba34b759664e42ba39e6414209a0f319ad requests sure<1.2.4 xmltodict