remove unused lib; update .travis.yml

This commit is contained in:
Prodesire 2018-01-04 23:10:37 +08:00
parent 1c39c6bfe8
commit 3a4ab821fe
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ install:
- pip install tox - pip install tox
script: script:
- tox - tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
after_success: after_success:
- codecov - codecov

View File

@ -1,4 +1,3 @@
pytest>=2.8.0 pytest>=2.8.0
pytest-xdist pytest-xdist
codecov codecov
HTTPretty==0.8.14