Skip to content

Commit 2896496

Browse files
authored
Back to rust for qiskit
1 parent 3af1ea2 commit 2896496

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ dist: focal
33
language: python
44
python: 3.9
55
cache: pip
6+
env:
7+
- PATH=$PATH:$HOME/.cargo/bin
68
before_install:
9+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
710
- pip install --upgrade pip setuptools six wheel
8-
# - pip install scipy
11+
- pip install statsmodels
912
jobs:
1013
include:
1114
- install: true

0 commit comments

Comments
 (0)