mirror of https://github.com/flaggo/pydu.git
remove unused lib; update .travis.yml
This commit is contained in:
parent
1c39c6bfe8
commit
3a4ab821fe
|
@ -13,7 +13,7 @@ install:
|
|||
- pip install tox
|
||||
|
||||
script:
|
||||
- tox
|
||||
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
pytest>=2.8.0
|
||||
pytest-xdist
|
||||
codecov
|
||||
HTTPretty==0.8.14
|
||||
|
|
Loading…
Reference in New Issue