Skip to content

Commit

Permalink
force no wheel for pycparser
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Oct 18, 2016
1 parent defd44c commit 2b122a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bbtravis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ matrix:
# Dependencies installation commands
install:
- pip install -U pip
# pycparser wheel is broken, and sometime mistakingly re-publish the wheels
- pip install --no-binary pycparser
# codecov is the interface to codecov.io; see after_success
# Install MySQL-python for tests that uses real MySQL
# Install psycopg2 and pg8000 for tests that uses real PostgreSQL
Expand Down

0 comments on commit 2b122a2

Please sign in to comment.