deactivate tests

This commit is contained in:
Radovan Bast 2016-04-19 21:58:53 +02:00
parent cfb842e7bb
commit 653a4fafcb

View File

@ -45,15 +45,15 @@ install:
- source venv/bin/activate
- pip install pep8 pytest
script:
# pep8 tests
- pep8 --ignore=E501 update.py
- pep8 --ignore=E501 test/test.py
- pep8 --ignore=E501 lib/config.py
# unit tests
- py.test -vv update.py
- py.test -vv test/test.py
- py.test -vv lib/config.py
#script:
# # pep8 tests
# - pep8 --ignore=E501 update.py
# - pep8 --ignore=E501 test/test.py
# - pep8 --ignore=E501 lib/config.py
# # unit tests
# - py.test -vv update.py
# - py.test -vv test/test.py
# - py.test -vv lib/config.py
notifications:
email: false