bidict/.appveyor.yml

20 lines
387 B
YAML
Raw Normal View History

skip_tags: true
os: "Visual Studio 2019"
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python37"
build_script:
- "git --no-pager log -n2"
- "echo %APPVEYOR_REPO_COMMIT%"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;;%PATH%"
- "python --version"
- "pip install -U --upgrade-strategy=eager -e .[test]"
- "pip list"
test_script:
- "python run_tests.py"