forked from google-research/google-research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (46 loc) · 1.18 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
sudo: required
dist: trusty
language: python
git:
depth: 10
quiet: true
python:
- "3.6"
env:
matrix:
- PROJECT="attribution"
- PROJECT="bam"
- PROJECT="bitempered_loss"
- PROJECT="cnn_quantization"
- PROJECT="depth_from_video_in_the_wild"
- PROJECT="dql_grasping"
- PROJECT="dreg_estimators"
- PROJECT="edward2_autoreparam"
- PROJECT="explaining_risk_increase"
- PROJECT="extrapolation"
- PROJECT="fat"
- PROJECT="genomics_ood"
- PROJECT="graph_embedding/watch_your_step"
- PROJECT="large_margin"
- PROJECT="learnreg"
- PROJECT="m_theory"
- PROJECT="meta_reward_learning/semantic_parsing"
- PROJECT="meta_reward_learning/textworld"
- PROJECT="moew"
- PROJECT="neutra"
- PROJECT="norml"
- PROJECT="probabilistic_vqvae"
- PROJECT="psycholab"
- PROJECT="robust_loss"
- PROJECT="solver1d"
- PROJECT="state_of_sparsity"
- PROJECT="sufficient_input_subsets"
- PROJECT="tcc"
- PROJECT="towards_gan_benchmarks"
- PROJECT="wiki_split_bleu_eval"
before_script:
- sudo apt-get update -qq
- pip install --upgrade pip
- pip install --upgrade virtualenv
script:
- ./$PROJECT/run.sh