Update CI to use pycostyle instead of pep8

This commit is contained in:
Anaël Beutot
2018-06-27 17:24:48 +02:00
parent 4e09b32dd9
commit fa5493a5d8
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ python:
- "3.5"
install:
- pip install -r requirements.txt
- pip install pep8
- pip install pycodestyle
before_script:
- psql --version
- psql -U postgres -c 'SELECT version();'