Skip to content

Commit

Permalink
Corrected psycopg2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Apr 28, 2017
1 parent a3583d4 commit e6262be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install:
- pip install --no-deps -r test_project/requirements-$DJANGO.txt
- pip install flake8
- if [ $DB == 'mysql' ]; then pip install --no-deps mysqlclient; fi
- if [ $DB == 'postgres' ]; then pip install --no-deps psycopg2==2.5.3; fi
- if [ $DB == 'postgres' ]; then pip install --no-deps psycopg2==2.7.1; fi
before_script:
- "flake8 --ignore=E501,E731 daguerre"
- if [ $DB == 'mysql' ]; then mysql -e 'CREATE DATABASE daguerre_test;'; fi
Expand Down
1 change: 0 additions & 1 deletion test_project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Pillow==3.2.0
funcsigs==0.4
mock==1.3.0
pbr==1.8.1
psycopg2==2.7.1
six==1.10.0

0 comments on commit e6262be

Please sign in to comment.