Skip to content

Commit

Permalink
appveyor debugging --> python3 enforment
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 27, 2019
1 parent fa01541 commit f622875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ cache:
version: '{branch}.{build}'

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

build: off

test_script:
- "python.exe -V"
- "python3.exe -V"
- "tox.exe"

0 comments on commit f622875

Please sign in to comment.