File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- sudo : required
2
1
dist : trusty
2
+ sudo : required
3
+ env :
4
+ global :
5
+ - REPOSITORY=prpy
6
+ # Allow Python to find packages installed by apt.
7
+ # See: http://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs
8
+ language : python
9
+ python :
10
+ - ' 2.7'
3
11
virtualenv :
4
12
system_site_packages : true
5
- env :
6
- - REPOSITORY=prpy
7
- install :
13
+ # Install test fixture dependencies.
14
+ before_install :
8
15
- git clone https://github.com/personalrobotics/pr-cleanroom.git
9
16
- cd pr-cleanroom
10
17
- curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
11
18
- ./internal-setup.sh
19
+ # Checkout this repository and all of its dependencies.
20
+ install :
12
21
- ./internal-distro.py --workspace=src --repository "${REPOSITORY}" distribution/distribution.yml
22
+ # Build the workspace and run tests.
13
23
script :
14
24
- ./internal-build.sh $(./internal-get-packages.py repositories.yml "${REPOSITORY}")
You can’t perform that action at this time.
0 commit comments