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
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pytest>=2.8.0
|
pytest>=2.8.0
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
codecov
|
codecov
|
||||||
HTTPretty==0.8.14
|
|
||||||
|
|
Loading…
Reference in New Issue