Skip to content

Commit

Permalink
Fixing py3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 20, 2016
1 parent 782e892 commit 720fbac
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 @@ before_install:
install:
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse .
- pip install --find-links=$HOME/.wheelhouse --no-index .
- pip install --find-links=$HOME/.wheelhouse --no-index -r dev-reqs.txt
- pip install -r dev-reqs.txt
- cd caravel/assets
- npm --version
- npm install
Expand Down

0 comments on commit 720fbac

Please sign in to comment.