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
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user