diff options
| author | Paul Ganssle <paul@ganssle.io> | 2019-02-07 09:28:29 -0500 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2019-02-23 11:38:55 -0600 |
| commit | 675c690b4d8e55cd3c94a177d31b3a7937b2dd16 (patch) | |
| tree | 6e9c00aa4b0d29a12436093a5a1f5f7f940a4004 /appveyor.yml | |
| parent | b224605a8c16b2a713120bf0d484fa12ce781f02 (diff) | |
| download | external_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.tar.gz external_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.tar.bz2 external_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.zip | |
Require network in CI builds
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ef4a9f7e..7a3d174d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ clone_depth: 50 environment: APPVEYOR: True + NETWORK_REQUIRED: True CODECOV_ENV: APPVEYOR_JOB_NAME matrix: |
