From 8b48a1f024b3db6add8dc67e69025bf791d66692 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 22:59:57 +0100 Subject: [PATCH] cleanup in travis file --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1244290..557f5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: