Skip to content

Commit

Permalink
Add Appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed May 8, 2019
1 parent 4f8d8a6 commit 19ad695
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
@@ -0,0 +1,21 @@
---
image: Visual Studio 2017

environment:
matrix:
- TOXENV: flake8
- TOXENV: pylint
- TOXENV: bandit
- TOXENV: py27
- TOXENV: py34
- TOXENV: py35
- TOXENV: py36
- TOXENV: py37

build: off

install:
- pip install tox

test_script:
- tox

0 comments on commit 19ad695

Please sign in to comment.