summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 23:20:58 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 03:35:37 +0200
commit6a3c95b408162c78b9a4230bb4f7274a94d0add4 (patch)
treea83a13c16b5b6dce5a03a9483bd465087d20ba20 /.appveyor.yml
parent618e6259ef03a4b25415bae31a7540ac5eb2e38a (diff)
downloadgitpython-6a3c95b408162c78b9a4230bb4f7274a94d0add4.tar.gz
test, #519: No remote TCs, git-daemon cannot die@!
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b19f091f..fefd9478 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,7 @@ install:
- |
uname -a
where git
- where python pip pip2 pip3 pip34 pip35 pip36
+ where python pip
python --version
python -c "import struct; print(struct.calcsize('P') * 8)"
@@ -66,7 +66,6 @@ build: false
test_script:
- nosetests -v
- - echo OK
#on_success:
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)