Update the Travis CI to use Tox

This commit is contained in:
Luke Murphy 2019-06-28 20:17:44 +02:00
parent 88fe6bc0d7
commit f98c6a1786
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -1,5 +1,7 @@
language: python
install: "pip install pep8"
install: pip install tox pep8
python:
- "2.7"
script: "pep8 --ignore E501,E128,E731 moulinette"
- 2.7
script:
- pep8 moulinette
- tox