Skip to content

Commit b771443

Browse files
authored
Update .travis.yml
1 parent 65e21f0 commit b771443

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ env:
1919
before_install:
2020
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
- pip install --upgrade pip setuptools six wheel
22+
- pip install scipy
2223
jobs:
2324
include:
25+
- install: true
26+
script: pip install keras
27+
- install: true
28+
script: pip install qiskit
29+
- install: true
30+
script: pip install statsmodels
2431
- install: true
2532
script: pip install tensorflow
2633
- name: Build

0 commit comments

Comments
 (0)