Install dev requirements.
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user