mirror of
https://github.com/kakwa/ldapcherry
synced 2024-12-04 15:05:51 +01:00
cleanup in travis file
This commit is contained in:
parent
7430af5ffc
commit
8b48a1f024
@ -2,9 +2,6 @@ sudo: required
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
#env:
|
|
||||||
# - TRAVIS="yes"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
||||||
|
|
||||||
@ -14,10 +11,6 @@ install:
|
|||||||
- pip install passlib
|
- pip install passlib
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
||||||
# command to run tests
|
|
||||||
#
|
|
||||||
#script:
|
|
||||||
# - coverage run --source=ldapcherry setup.py test
|
|
||||||
script: "if [[ $TEST_PEP8 == '1' ]]; then pycodestyle --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc,setup.py .; else coverage run --source=ldapcherry setup.py test; fi"
|
script: "if [[ $TEST_PEP8 == '1' ]]; then pycodestyle --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc,setup.py .; else coverage run --source=ldapcherry setup.py test; fi"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user