diff --git a/.travis.yml b/.travis.yml index ef3b798..1b0c9c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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