Skip to content

Commit

Permalink
Enable Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 21, 2019
1 parent 1a2855f commit b23b3cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions appveyor.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: build-{build}-{branch}

environment:
matrix:
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"

init:
- "echo %PYTHON%"

install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install -U virtualenv # upgrade pip in tox's virtualenvs
- pip install tox

build: off

test_script:
- tox -e py

0 comments on commit b23b3cb

Please sign in to comment.