Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Merge efea187 into 11f9e82
Browse files Browse the repository at this point in the history
  • Loading branch information
romantolkachyov committed Oct 26, 2018
2 parents 11f9e82 + efea187 commit 7e26fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:

install:
- pip install coveralls "django$DJANGO"
- pip install flake8
- pip install flake8\<3.0.0

before_script:
- flake8 preserialize
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
'packages': ['preserialize'],
'include_package_data': True,
'install_requires': [
'django>=1.8,<1.11',
'django>=1.8,<=1.11.16',
],
'test_suite': 'test_suite',
'name': 'django-preserialize',
Expand Down

0 comments on commit 7e26fc7

Please sign in to comment.