This commit is contained in:
Jakub Roztocil 2016-03-02 09:44:39 +08:00
parent c2dae62af0
commit a2dca1e3bb
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ python:
- 2.6
- 2.7
- pypy
- 3.4
- 3.5
- pypy3

View File

@ -10,7 +10,7 @@ init:
- ps: "ls C:/Python*"
install:
# - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
- "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
- "%PYTHON%/Scripts/pip.exe install -e ."
test_script: