Important TODO about the linting in the workflow.

This commit is contained in:
Jesús Pérez 2017-05-11 19:50:07 +02:00
parent 654fb1856a
commit 70a56c06bd
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ env-dev:
lint:
bash -c "source activate QISKitenv;pylint --ignore=./qiskit/qasm/parsetab.py examples qiskit test tools tutorial"
# TODO: Uncomment when the lint one passes.
# test: lint
test:
bash -c "source activate QISKitenv;cd test;python test.py"