Install dev requirements.

This commit is contained in:
William Pietri
2017-12-10 17:57:05 -08:00
parent 2192d4f958
commit e3f654cc3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ install:
# We need wheel installed to build wheels
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install -e .
- pip install -e .[dev]
build: off