simplify pep8 testing

This commit is contained in:
Radovan Bast 2016-04-19 22:19:18 +02:00
parent ffacd0378b
commit 3a5192eed8

View File

@ -45,11 +45,10 @@ install:
- source venv/bin/activate - source venv/bin/activate
- pip install pep8 pytest - pip install pep8 pytest
#script: script:
# # pep8 tests # pep8 tests
# - pep8 --ignore=E501 update.py # - pep8 --ignore E501 update.py
# - pep8 --ignore=E501 test/test.py - pep8 --ignore E501,E265 autocmake
# - pep8 --ignore=E501 lib/config.py
# # unit tests # # unit tests
# - py.test -vv update.py # - py.test -vv update.py
# - py.test -vv test/test.py # - py.test -vv test/test.py