Skip to content

Commit a4bdbec

Browse files
committedMay 18, 2016
Fix "with-deps" name in tox.ini to "with_deps"
pip 8.1.2 does not like with-deps any more
1 parent ad58d3d commit a4bdbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ commands=
1414
pip install -U wheel pip
1515
pip install numpy
1616
pip install scipy
17-
pip install -e .[with-deps,annotation]
17+
pip install -e .[with_deps,annotation]
1818
py.test --doctest-modules --cov=formasaurus --cov-report= {posargs: formasaurus tests}

0 commit comments

Comments
 (0)