Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143ed94 commit 161cff7Copy full SHA for 161cff7
1 file changed
appveyor.yml
@@ -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