more doc
This commit is contained in:
parent
a99b0ce6a7
commit
af43b2611a
@ -15,9 +15,11 @@ install:
|
|||||||
# PEP8 and py.test
|
# PEP8 and py.test
|
||||||
- sudo pip install pytest pep8
|
- sudo pip install pytest pep8
|
||||||
script:
|
script:
|
||||||
|
# test PEP8 conformity
|
||||||
- pep8 --ignore=E501 update.py
|
- pep8 --ignore=E501 update.py
|
||||||
- pep8 --ignore=E501 test/test.py
|
- pep8 --ignore=E501 test/test.py
|
||||||
- pep8 --ignore=E501 lib/config.py
|
- pep8 --ignore=E501 lib/config.py
|
||||||
|
# run unit tests
|
||||||
- py.test -vv update.py
|
- py.test -vv update.py
|
||||||
- py.test -vv test/test.py
|
- py.test -vv test/test.py
|
||||||
- py.test -vv lib/config.py
|
- py.test -vv lib/config.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user