mirror of https://github.com/flaggo/pydu.git
update .appveyor.yml
This commit is contained in:
parent
de578d50ec
commit
0ab334740a
|
@ -21,13 +21,15 @@ environment:
|
||||||
PYTHON_VERSION: "3.6.x"
|
PYTHON_VERSION: "3.6.x"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
TOXENV: "py36"
|
TOXENV: "py36"
|
||||||
|
COVERALLS_REPO_TOKEN:
|
||||||
|
secure: dKqk1ANtaVDw/njiGRw+qYq3tWywjoZDs3duK2VaNRF0AAAnSBK5RGbvKSTpl/Xk
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "python --version"
|
- "python --version"
|
||||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
- "pip install --disable-pip-version-check --user --upgrade pip"
|
- "pip install --disable-pip-version-check --user --upgrade pip"
|
||||||
- "%CMD_IN_ENV% pip install tox coverage"
|
- "%CMD_IN_ENV% pip install tox coverage coveralls"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# Run the project tests
|
# Run the project tests
|
||||||
|
|
Loading…
Reference in New Issue