Skip to content

Commit

Permalink
Merge pull request Qiskit#55 from IBM-Q-Software/54-update-travis
Browse files Browse the repository at this point in the history
54 update travis yml
  • Loading branch information
LucyXing authored and GitHub Enterprise committed Aug 10, 2021
2 parents 5d496c5 + 68fddf2 commit 34cc2bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ install:
python:
- "3.8"

script: python run_tests.py ${IBMQ_API_TOKEN}
script: python run_tests.py
4 changes: 0 additions & 4 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import os
import glob
import sys
from qiskit import IBMQ

api_token = sys.argv[1]
IBMQ.save_account(api_token)

for file in glob.iglob("test/*/test*.py"):
os.system("python " + file)

0 comments on commit 34cc2bd

Please sign in to comment.