Now badge.py is prefixed py python

This commit is contained in:
2017-12-16 18:11:21 +01:00
parent fd0f760664
commit 3df6c138fe

View File

@@ -5,6 +5,6 @@ install:
- pip install -r requirements.txt
script:
- pytest --junitxml=result.xml
- badge.py
- python badge.py
after_success:
- coveralls