Skip to content

Commit

Permalink
[skyhwd] refs skycoin#126 Updated pip install in linux for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Apr 14, 2019
1 parent 5bee2b7 commit c15d51f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ chmod +x "$HOME/bin/gimme"
# Install Python libraries
$PIP install --upgrade pip setuptools tox-travis
$PIP install -r "$REPO_ROOT/requirements.dev.txt"
$PIP install -r "$REPO_ROOT/skyapi/requirements.txt"
$PIP install -r "$REPO_ROOT/skyapi/test-requirements.txt"
$PIP install -r "$REPO_ROOT/requirements.txt"

# Compile SWIG
mkdir swig_build && \
Expand Down

0 comments on commit c15d51f

Please sign in to comment.