forked from Trusted-AI/AIX360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (25 loc) · 809 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: python
python:
- "3.6"
# command to install dependencies
install:
- pip3 install --upgrade setuptools==41.0.0
- pip3 install .
#- pip3 install -r requirements.txt
# commands to run tes
# before_script: redis-cli ping
script:
- python3.6 ./tests/contrastive/test_CEM_MAF.py
- python3.6 ./tests/contrastive/test_CEM.py
- python3.6 ./tests/protodash/test_PDASH.py
- python3.6 ./tests/ted/test_TED_Cartesian.py
- CUDA_VISIBLE_DEVICES="" python3.6 ./tests/dipvae/test_DIPVAE.py
- python3.6 ./tests/rbm/test_Boolean_Rule_CG.py
- python3.6 ./tests/rbm/test_Linear_Rule_Regression.py
- python3.6 ./tests/rbm/test_Logistic_Rule_Regression.py
- python3.6 ./tests/lime/test_lime.py
# - python3.6 ./tests/shap/test_shap.py
after_success:
# - codecov
services:
# - redis-server