Skip to content

Commit

Permalink
fidals/shopelectro#570 Bump python. Set psycopg==2.7.5 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemijRodionov authored Sep 14, 2018
1 parent 0b37cbe commit 3fa4fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
language: python

python:
- "3.6"
# travis supports only 3.7-dev
- "3.7-dev"
env:
global:
- DOCKER_COMPOSE_VERSION=1.11.2
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.python
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.6-slim-jessie
FROM python:3.7-slim

WORKDIR /usr/app/src/

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand All @@ -39,7 +39,7 @@
'sorl-thumbnail==12.4a1',
'Django-Select2==5.11.1',
'unidecode',
'psycopg2-binary==2.7.4',
'psycopg2-binary==2.7.5',
'Pillow==5.2.0',
],
)

0 comments on commit 3fa4fed

Please sign in to comment.