Skip to content

Commit

Permalink
Install requirements from requirements.txt on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 13, 2018
1 parent 61fb531 commit 9cc9263
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ environment:

build: off

install:
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
- "%PYTHON%\\python.exe -m pip install --upgrade wheel>=0.30.0 setuptools>=36.6.0"

test_script:
- "%PYTHON%\\python.exe -m setup.py test"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe setup.py test"

0 comments on commit 9cc9263

Please sign in to comment.