Skip to content

Commit f19934d

Browse files
author
Kareem Zidane
committed
installed psycopg2-binary
1 parent b02fae4 commit f19934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
install:
1111
- python setup.py install
1212
- pip install mysqlclient
13-
- pip install psycopg2
13+
- pip install psycopg2-binary
1414
before_script:
1515
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
1616
- psql -c 'create database test;' -U postgres

0 commit comments

Comments
 (0)