Skip to content

Commit a689220

Browse files
author
Michael Koval
committed
Fixed Travis virtualenv.
1 parent 4b7a260 commit a689220

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
sudo: required
22
dist: trusty
3+
virtualenv:
4+
system_site_packages: true
5+
env:
6+
- REPOSITORY=prpy
37
install:
4-
- export repository='prpy'
58
- git clone https://github.com/personalrobotics/pr-cleanroom.git
69
- cd pr-cleanroom
710
- curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
811
- ./internal-setup.sh
9-
- ./internal-distro.py --workspace=src --repository ${repository} distribution/distribution.yml
12+
- ./internal-distro.py --workspace=src --repository "${REPOSITORY}" distribution/distribution.yml
1013
script:
11-
- ./internal-build.sh $(./internal-get-packages.py repositories.yml ${repository})
14+
- ./internal-build.sh $(./internal-get-packages.py repositories.yml "${REPOSITORY}")

0 commit comments

Comments
 (0)