Skip to content

Commit

Permalink
- shorten config more
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 25, 2020
1 parent 8fae2b4 commit 8cd27af
Showing 1 changed file with 6 additions and 31 deletions.
37 changes: 6 additions & 31 deletions appveyor.yml
@@ -1,45 +1,20 @@
# AppVeyor CI settings (Windows Machine CI Tests)

environment:
WIN_COV: ' ' # some whitespaces to have a trueish value.
matrix:
- TOXENV: py27
- TOXENV: py35
- TOXENV: py36
- TOXENV: py37
- TOXENV: py38
- TOXENV: py37
- TOXENV: py36
- TOXENV: py35
- TOXENV: lint-py36

# - PROFILE: py37
# PYTHON_VERSION: 3.7"
# TOXENV: "py37"
# - PROFILE: py36
# PYTHON_VERSION: 3.6"
# TOXENV: "py36"
# - PROFILE: py35
# PYTHON_VERSION: 3.5"
# TOXENV: "py35"
# - PROFILE: py27
# PYTHON_VERSION: 2.7"
# TOXENV: "py27"
# - PROFILE: py37-conventions
# PYTHON_VERSION: 3.7"
# TOXENV: "lint"

cache:
- '%LOCALAPPDATA%\pip\Cache'

version: '{branch}.{build}'
- TOXENV: py27

install:
- "python.exe -m pip install tox"
- pip install tox

build: off

max_jobs: 2

matrix:
fast_finish: true

test_script:
- "tox.exe"
- tox

0 comments on commit 8cd27af

Please sign in to comment.