Remove clonedigger from Travis build, it errors. See #90.

This commit is contained in:
hugovk 2014-03-08 12:03:41 +02:00
parent bd9f658de8
commit a209bce183

View file

@ -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