Skip to content

Commit 5a976b5

Browse files
sanathkrShreya
authored andcommitted
build: add AppVeyor config to move away from Travis (#1263)
1 parent 7c438c0 commit 5a976b5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1.0.{build}
2+
image: Ubuntu
3+
4+
environment:
5+
matrix:
6+
- TOXENV: py27
7+
- TOXENV: py36
8+
- TOXENV: py37
9+
- TOXENV: py38
10+
11+
build: off
12+
13+
install:
14+
- make init
15+
16+
test_script:
17+
- tox

0 commit comments

Comments
 (0)