Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
maybe it’s better to stay with setup.py
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 4, 2015
1 parent af909d9 commit e32cfe9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Expand Up @@ -11,10 +11,7 @@ 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"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
# can't install coverage etc.
# temporary change, install with setup.py install so symlinks are expanded
- "%PYTHON%/Scripts/pip.exe install ."
#- "%PYTHON%/python.exe setup.py install"
- "%PYTHON%/python.exe setup.py install"

test_script:
- "set path=%PYTHON%/Scripts;%path%"
Expand Down

0 comments on commit e32cfe9

Please sign in to comment.