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
@@ -4,6 +4,6 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
install: install:
- pip install -e . - pip install -e .[dev]
script: nosetests script: nosetests
+1 -1
View File
@@ -11,7 +11,7 @@ install:
# We need wheel installed to build wheels # We need wheel installed to build wheels
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version - python --version
- pip install -e . - pip install -e .[dev]
build: off build: off