Remove JS tests from CI for now

This commit is contained in:
Andrew Godwin 2017-05-30 00:11:34 -07:00
parent e5c91a1299
commit 16612ec126

View File

@ -26,6 +26,6 @@ install:
script:
- python runtests.py
- cd js_client && npm install --progress=false && npm test && cd ..
# - cd js_client && npm install --progress=false && npm test && cd ..
- flake8
- isort --check-only --recursive channels