Skip to content

Commit

Permalink
Updated Travis and Vagrant scripts to no longer explicitly pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmith-techempower committed Nov 19, 2015
1 parent ffd7c94 commit 0584456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ env:
- "TESTDIR=Ur/urweb"

before_install:
# Need to install python modules before using
# python
- pip install -r requirements.txt

# Configure Travis-CI build environment for TFB
# e.g. setup databases, users, etc
- ./toolset/run-ci.py cisetup "$TESTDIR"
Expand Down
1 change: 0 additions & 1 deletion deployment/vagrant-common/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ if [ ! -e "~/.firstboot" ]; then
echo "Cloning project from $GH_REPO $GH_BRANCH"
git clone -b ${GH_BRANCH} https://github.com/${GH_REPO}.git $FWROOT
fi
sudo pip install -r $FWROOT/requirements.txt

# Everyone gets SSH access to localhost
echo "Setting up SSH access to localhost"
Expand Down

0 comments on commit 0584456

Please sign in to comment.