Skip to content

Commit

Permalink
The Express tests need "build-essential" to build the sqlite3 module
Browse files Browse the repository at this point in the history
  • Loading branch information
seedifferently committed Mar 12, 2012
1 parent 0112d23 commit 69fb792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _average(numbers):
@parallel
def nodejs():
"""Run the express nodejs test."""
INSTALL = 'libsqlite3-dev'
INSTALL = 'build-essential libsqlite3-dev'
HELLO_TEST_URL = 'http://localhost:8000/'
TMPL_TEST_URL = 'http://localhost:8000/hb_hello'
DB_TEST_URL = 'http://localhost:8000/hb_sql'
Expand Down

0 comments on commit 69fb792

Please sign in to comment.