cleanup in travis file

This commit is contained in:
kakwa 2019-02-07 22:59:57 +01:00
parent 7430af5ffc
commit 8b48a1f024
1 changed files with 0 additions and 7 deletions

View File

@ -2,9 +2,6 @@ sudo: required
dist: xenial
language: python
#env:
# - TRAVIS="yes"
before_install:
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
@ -14,10 +11,6 @@ install:
- pip install passlib
- 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"
matrix:
include: