Change directory in [script]

This commit is contained in:
Daniel Quinn 2018-02-25 16:08:47 +00:00
parent b1e616055e
commit 7d6cae96f3

View File

@ -17,6 +17,7 @@ install:
- pip install --requirement requirements.txt
script:
- pytest src/
- pycodestyle src/
- cd src/
- pytest
- pycodestyle
- coveralls