Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit c6283dd

Browse files
committed
Change environment command to build suit tests
1 parent 851f146 commit c6283dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tox-test: environment
1111
environment:
1212
@pip install -r requirements_dev.txt
1313
@pip install -r requirements.txt
14-
@pip install numexpr==2.3
1514
@python setup.py develop
16-
@npm install gulp gulp-jshint
15+
@pip install numexpr==2.3
16+
@npm install bower
1717
@mv mining/mining.sample.ini mining/mining.ini
1818

1919
.PHONY: install

0 commit comments

Comments
 (0)