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