File: .appveyor.yml

package info (click to toggle)
swagger-spec-validator 3.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 2,321; makefile: 28; sh: 2
file content (24 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: '{build}'
image: Visual Studio 2019

environment:
  matrix:
  # Available python versions and their locations on https://www.appveyor.com/docs/build-environment/#python
  - PYTHON: C:\Python37-x64
    TOXENV: py37-default
  - PYTHON: C:\Python38-x64
    TOXENV: py38-default

build: off

install:
- cmd: SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- cmd: pip install tox

before_test:
- cmd: python --version
- cmd: pip --version
- cmd: tox --version

test_script:
- cmd: tox