forked from google-research/google-research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
35 lines (34 loc) · 841 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
31
32
33
34
sudo: required
dist: trusty
language: python
git:
depth: 10
quiet: true
python:
- "3.6"
env:
matrix:
- PROJECT="meta_reward_learning/textworld"
- PROJECT="meta_reward_learning/semantic_parsing"
- PROJECT="dreg_estimators"
- PROJECT="edward2_autoreparam"
- PROJECT="graph_embedding/watch_your_step"
- PROJECT="large_margin"
- PROJECT="probabilistic_vqvae"
- PROJECT="sufficient_input_subsets"
- PROJECT="attribution"
- PROJECT="cnn_quantization"
- PROJECT="dql_grasping"
- PROJECT="state_of_sparsity"
- PROJECT="neutra"
- PROJECT="robust_loss"
- PROJECT="norml"
- PROJECT="solver1d"
- PROJECT="learnreg"
- PROJECT="moew"
before_script:
- sudo apt-get update -qq
- pip install --upgrade pip
- pip install --upgrade virtualenv
script:
- ./$PROJECT/run.sh