diff --git a/.travis.yml b/.travis.yml index e0027ab..1411b10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - pip install -r requirements.txt script: - pytest --junitxml=result.xml - - badge.py + - python badge.py after_success: - coveralls