Removing JS tests for now

This commit is contained in:
kevgliss 2015-07-21 08:42:00 -07:00
parent 9c0f2917ad
commit 6a38eb9f32
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ clean:
find . -name "*.pyc" -delete find . -name "*.pyc" -delete
@echo "" @echo ""
test: develop lint test-js test-python test-cli test: develop lint test-python
testloop: develop testloop: develop
pip install pytest-xdist pip install pytest-xdist