Skip to content

Commit 52c60d1

Browse files
committed
Merge branch 'SIF_develop' of https://github.com/Leo02016/AIX360 into SIF_develop
2 parents 53ad047 + 31494ae commit 52c60d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ python:
55
# command to install dependencies
66
install:
77
- pip3 install --upgrade setuptools==41.0.0
8-
# - pip3 install statsmodels
9-
# - pip3 install matplotlib
8+
- pip3 install .
109
# - pip3 install -r requirements.txt
1110

1211
# commands to run tes
1312
# before_script: redis-cli ping
1413

1514
script:
16-
# - cd Leo02016/AIX360
1715
- python3.6 ./tests/contrastive/test_CEM_MAF.py
1816
- python3.6 ./tests/contrastive/test_CEM.py
1917
- python3.6 ./tests/protodash/test_PDASH.py
@@ -25,6 +23,7 @@ script:
2523
- python3.6 ./tests/lime/test_lime.py
2624
- python3.6 ./tests/shap/test_shap.py
2725
- python3.6 ./tests/sif/test_SIF.py
26+
- python3.6 ./tests/sif/test_SIF.py
2827
after_success:
2928
# - codecov
3029

0 commit comments

Comments
 (0)