Skip to content

Commit 85bc5fa

Browse files
authored
Merge pull request #359 from jayvdb/add-appveyor
Add AppVeyor testing
2 parents 5f637af + e8ddd07 commit 85bc5fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# To activate, change the Appveyor settings to use `.appveyor.yml`.
2+
init:
3+
- SET PATH=C:\\Python27\\Scripts\\;%PATH%"
4+
5+
install:
6+
- git submodule update --init --recursive
7+
- python -m pip install tox
8+
9+
build: off
10+
11+
test_script:
12+
# Avoid py35-optional, as pypi does not have lxml wheels for py35
13+
- python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}"
14+
15+
after_test:
16+
- python debug-info.py

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414

1515
commands =
1616
{envbindir}/py.test {posargs}
17-
{toxinidir}/flake8-run.sh
17+
flake8 {toxinidir}
1818

1919
[testenv:doc]
2020
changedir = doc

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy