diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d8c33b48f..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,57 +0,0 @@ -version: 0.8.2.{build} - -branches: - only: - - master - - development - -skip_tags: true - -environment: - matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7.x" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python27-x64" - PYTHON_VERSION: "2.7.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python34-x64" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "64" - - - PYTHON: "C:\\Python36" - PYTHON_VERSION: "3.6.x" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.x" - PYTHON_ARCH: "64" - -install: - - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - - "python --version" - - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - - "pip install -r .\\requirements.txt" - - "pip install -r .\\requirements-test.txt" - -build: off - -build_script: - - "python scripts/generate_certificates.py" - -test_script: - - "python run_all_tests.py" diff --git a/setup.cfg b/setup.cfg index 6a16c6735..7bc59f27c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ omit = walkoff/multiprocessedexecutor/kafka_receivers.py walkoff/multiprocessedexecutor/kafka_senders.py walkoff/worker/kafka_workflow_receivers.py + walkoff/migrations/** [coverage:report] exclude_lines =