Skip to content

Commit 5dc55d8

Browse files
committed
TST: Drop run_with_env.cmd
1 parent 91412f8 commit 5dc55d8

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
# Windows
33

44
environment:
5-
global:
6-
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
7-
# /E:ON and /V:ON options are not enabled in the batch script intepreter
8-
# See: https://stackoverflow.com/a/13751649/163740
9-
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\appveyor\\run_with_env.cmd"
10-
115
matrix:
126
- PYTHON: "C:\\Python27"
137
- PYTHON: "C:\\Python27-x64"
@@ -26,7 +20,7 @@ install:
2620
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2721

2822
# Install the build and runtime dependencies of the project.
29-
- "%CMD_IN_ENV% pip install -v six nose pytest pytest-cov coverage"
23+
- "pip install -v six nose pytest pytest-cov coverage"
3024

3125
# Install the generated wheel package to test it
3226
- "python setup.py install"

ci/appveyor/run_with_env.cmd

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)