Skip to content

Commit

Permalink
Add cffi installation to Travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jul 1, 2014
1 parent d518796 commit 2e16223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- "export LIBGIT2='/usr/local'"
- "export LDFLAGS=\"-Wl,-rpath='$LIBGIT2/lib',--enable-new-dtags $LDFLAGS\""
before_script:
- "pip install cffi"
- "pip install pep8 pylint Flask-Testing coverage nose coveralls"
- "pip install filemagic"
- "git fetch --unshallow || true"
Expand Down

0 comments on commit 2e16223

Please sign in to comment.