Skip to content

Commit

Permalink
Merge pull request #23 from tatterdemalion/py36
Browse files Browse the repository at this point in the history
make travis tests great again
  • Loading branch information
tatterdemalion authored Sep 5, 2017
2 parents de5ccf9 + 25a1636 commit 76ce459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

long_description = ld.replace(ld[0:ld.find('nece?')], '')

version = '0.7.2'
version = '0.7.3'
description = "A content translation framework using Postgresql's jsonb" + \
" field in the background"
url = 'https://github.com/tatterdemalion/django-nece'
Expand All @@ -27,6 +27,7 @@
install_requires=[
'Django>=1.9',
'psycopg2>=2.5.4',
'six==1.10.0',
],
license='BSD License',
classifiers=[
Expand All @@ -36,7 +37,8 @@
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Database",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Text Processing :: Linguistic",
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six==1.9.0
six==1.10.0
psycopg2
dj-database-url
coveralls

0 comments on commit 76ce459

Please sign in to comment.