Skip to content

Commit 94b0f45

Browse files
committed
add openturns in travis config
1 parent 6417b1d commit 94b0f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010

1111
install:
1212
- pip install numpy cython
13-
- pip install smt salib
13+
- pip install smt salib openturns
1414
- pip install -e .
1515
- pip list
1616

1717
script:
18-
- pytest
18+
- pytest

0 commit comments

Comments
 (0)