Skip to content

Commit

Permalink
Fixed pip command to include submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 9, 2018
1 parent b46274b commit 31b17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
mlocate

install:
- pip install https://github.com/airspeed-velocity/asv/archive/master.zip
- pip install git+https://github.com/airspeed-velocity/asv
- asv machine --machine Travis --os unknown --arch unknown --cpu unknown --ram unknown

# This auto-deploys the generated website to the gh-pages branch. This requires the
Expand Down

0 comments on commit 31b17d1

Please sign in to comment.