Skip to content

Commit efc5166

Browse files
committed
tests: run npm install before running tests
1 parent 2609e9f commit efc5166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
{py27,pypy,py34}-django{111}
44
py35-django{20,22,111,-master}
55
py36-django{111,22,-master}
6+
py37-django{111,22,-master}
67
docs
78

89
[testenv]
@@ -29,6 +30,7 @@ setenv =
2930
DJANGO_SETTINGS_MODULE = tests.settings
3031
PYTHONPATH = {toxinidir}
3132
commands =
33+
npm install
3234
{envbindir}/coverage run --source pipeline {envbindir}/django-admin.py test {posargs:tests}
3335
{envbindir}/coverage report
3436

0 commit comments

Comments
 (0)