Remove clonedigger from Travis build, it errors. See #90.
This commit is contained in:
parent
bd9f658de8
commit
a209bce183
|
@ -5,7 +5,6 @@ python:
|
||||||
install:
|
install:
|
||||||
- pip install -r test_requirements.txt
|
- pip install -r test_requirements.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
before_script: ./check.sh
|
|
||||||
script: coverage run --source=pylast ./test_pylast.py
|
script: coverage run --source=pylast ./test_pylast.py
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in a new issue