deactivate tests
This commit is contained in:
parent
cfb842e7bb
commit
653a4fafcb
18
.travis.yml
18
.travis.yml
@ -45,15 +45,15 @@ 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 test/test.py
|
||||||
- pep8 --ignore=E501 lib/config.py
|
# - 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
|
||||||
- py.test -vv lib/config.py
|
# - py.test -vv lib/config.py
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user