Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 161cff7

Browse files
committed
Add appveyor.yml
1 parent 143ed94 commit 161cff7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
environment:
2+
matrix:
3+
- TOXENV: py27
4+
- TOXENV: py34
5+
6+
install:
7+
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
8+
- pip install tox
9+
10+
# Not a C# project
11+
build: false
12+
13+
before_test:
14+
- git config --global user.name "AppVeyor CI"
15+
- git config --global user.email "[email protected]"
16+
17+
# Workaround for http://help.appveyor.com/discussions/problems/1531-having-issues-with-configured-git-bash
18+
test_script: bash -c tox

0 commit comments

Comments
 (0)