diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-28 12:33:56 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-28 12:33:56 -0400 |
| commit | e02eb69fcca2403db7daa733672ca39418d3d120 (patch) | |
| tree | d098bf8e085d534f9cd5b5f0d9f4180336bcdd89 | |
| parent | 2936a77678efb0bcc974ac5f85c8d31917b1157e (diff) | |
| download | python-requests-e02eb69fcca2403db7daa733672ca39418d3d120.tar.gz | |
that doesn't work on windows
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 773c5792..0fc1a1d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,7 +50,7 @@ install: - "C:\\MinGW\\bin\\mingw32-make" test_script: - - "C:\\MinGW\\bin\\mingw32-make ci" + - "C:\\MinGW\\bin\\mingw32-make coverage" on_success: - "pipenv run codecov -f coverage.xml" |
