summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-27 23:29:08 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 03:35:38 +0200
commit57550cce417340abcc25b20b83706788328f79bd (patch)
tree5af860d47c90d2933c1ac0ca2436b895fbc8373f /.appveyor.yml
parent137ee6ef22c4e6480f95972ef220d1832cdc709a (diff)
downloadgitpython-57550cce417340abcc25b20b83706788328f79bd.tar.gz
appveyor: Try to fix conda-3.4 & READM line-wdith
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0eabb509..6f7d3d4a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,13 +13,16 @@ environment:
IS_CONDA: "yes"
GIT_PATH: "%CYGWIN_GIT_PATH%"
+ - PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4"
+ GIT_PATH: "%CYGWIN64_GIT_PATH%"
+ - PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4"
+ GIT_PATH: "%CYGWIN_GIT_PATH%"
- PYTHON: "C:\\Miniconda3-x64"
PYTHON_VERSION: "3.4"
IS_CONDA: "yes"
GIT_PATH: "%GIT_DAEMON_PATH%"
- - PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4"
- GIT_PATH: "%CYGWIN64_GIT_PATH%"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
@@ -41,7 +44,7 @@ install:
- IF "%IS_CONDA%"=="yes" (
conda info -a &
- conda install --yes --quiet pip
+ conda install --yes --quiet pip smmap
)
- pip install nose wheel coveralls
- IF "%PYTHON_VERSION%"=="2.7" (