diff options
| author | 2015-07-08 07:35:06 -0300 | |
|---|---|---|
| committer | 2015-07-08 07:35:06 -0300 | |
| commit | 055d72d76b44b0e627c8a17c48dbecd62e44197b (patch) | |
| tree | e2c8d5475477c46115461fe9547c1ee797873635 /appveyor.yml | |
| parent | 61f3aad02cd6492cb38e41b66f2ed8ec56e98981 (diff) | |
| parent | b0b24795b24ee6809397fbbadf42f31f310a219f (diff) | |
Merge tag 'upstream/7.6.0'
Upstream version 7.6.0
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml index e57cd4a..d4cd55c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,26 +2,18 @@ build: false environment: matrix: - #- PYTHON: "C:/Python34" - PYTHON: "C:/Python27" + #- PYTHON: "C:/Python34" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py') - "%PYTHON%/python.exe C:/get-pip.py" - - ps: (new-object net.webclient).DownloadFile('https://pypi.python.org/packages/2.7/l/lxml/lxml-3.3.5.win32-py2.7.exe', 'C:/Python27/get-lxml.exe') - #- ps: (new-object net.webclient).DownloadFile('http://www.lfd.uci.edu/~gohlke/pythonlibs/5hgp4h3m/lxml-3.3.5.win32-py3.4.exe', 'C:/Python34/get-lxml.exe') - - "%PYTHON%/Scripts/easy_install.exe %PYTHON%/get-lxml.exe" -# can't install coverage etc. + - "%PYTHON%/Scripts/pip.exe install --upgrade setuptools" - "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun" -# temporary change, install with setup.py install so symlinks are expanned -# - "%PYTHON%/Scripts/pip.exe install ." - "%PYTHON%/python.exe setup.py install" - # temp workaround - - "%PYTHON%/Scripts/pip.exe uninstall -y webassets" - test_script: - "set path=%PYTHON%/Scripts;%path%" - "%PYTHON%/python.exe --version" |
