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
@echo ""
test: develop lint test-js test-python test-cli
test: develop lint test-python
testloop: develop
pip install pytest-xdist