Skip to content

Commit

Permalink
Update AppVeyor configuration for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed May 27, 2018
1 parent f84f427 commit 2e83582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ environment:

matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"

build: off

install:
# update path to use installed pip
- set PATH=%PYTHON%\\scripts;%PATH%
- "pip install -r etc\\requirements-test.txt"
- "pip install -e ."
- "python -m pip install -r etc\\requirements-test.txt"
- "python -m pip install -e ."

test_script:
- py.test

0 comments on commit 2e83582

Please sign in to comment.