Commit aee83762 by Peter Weidenbach

pep-8 added to travics install

parent 9af202bc
...@@ -3,6 +3,8 @@ python: ...@@ -3,6 +3,8 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
# command to install dependencies # command to install dependencies
install: "python setup.py -q install" install:
- "python setup.py -q install"
- "pip install pytest-pep8"
# command to run tests # command to run tests
script: pytest script: pytest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment