Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 10, 2019
1 parent 77ed408 commit 11fe78d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
environment:
WIN_COV: ' ' # some whitespaces to have a trueish value.
matrix:
fast_finish: true
- PROFILE: py37
PYTHON_VERSION: 3.7"
TOXENV: "py37"
Expand Down Expand Up @@ -32,5 +31,8 @@ build: off

max_jobs: 2

matrix:
fast_finish: true

test_script:
- "tox.exe"

0 comments on commit 11fe78d

Please sign in to comment.