Skip to content

Commit c307340

Browse files
committed
put dependencies in the right place
1 parent 4afcd82 commit c307340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ envlist = py27, py34, py35, py36, docs
1010
setenv =
1111
PYTHONHASHSEED = 42
1212
commands =
13-
py27: pip install -U backports.lzma
1413
python setup.py build_ext --inplace
1514
py27,py34,py35: nosetests -v numcodecs --with-coverage --cover-erase --cover-package=numcodecs
1615
py36: nosetests -v --with-coverage --cover-erase --cover-package=numcodecs --with-doctest --doctest-options=+NORMALIZE_WHITESPACE numcodecs
1716
py36: flake8 --max-line-length=100 numcodecs
1817
python setup.py bdist_wheel
1918
coverage report -m
2019
deps =
20+
py27: backports.lzma
2121
-rrequirements_dev.txt
2222

2323
[testenv:docs]

0 commit comments

Comments
 (0)