Repository URL to install this package:
|
Version:
1.10.dev0 ▾
|
pyramid
/
appveyor.yml
|
|---|
environment:
matrix:
- PYTHON: "C:\\Python36"
TOXENV: "py36"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"
TOXENV: "py27"
cache:
- '%LOCALAPPDATA%\pip\Cache'
version: '{branch}.{build}'
install:
- "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\Scripts\\tox.exe"