Update Makefile

This commit is contained in:
Jay Gambetta 2017-08-04 16:38:49 -04:00 committed by GitHub
parent 1f14d587ce
commit 6938f499be
1 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@
# limitations under the License.
# =============================================================================
# Authors: Ismael Faro <Ismael.Faro1@ibm.com>
# Jesus Perez <jesusper@us.ibm.com>
.PHONY: env env-dev lint test run doc
# Dependencies need to be installed on the Anaconda virtual environment.
@ -27,10 +23,6 @@ env:
run:
bash -c "source activate QISKitenv;cd examples; cd jupyter;jupyter notebook"
run_tutorial:
bash -c "source activate QISKitenv;cd tutorial;jupyter notebook"
# Ignoring generated ones with .py extension.
lint:
pylint --ignore=./qiskit/qasm/parsetab.py examples qiskit test tutorial