Skip to content

Commit

Permalink
version and tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Boltnev committed Oct 24, 2020
1 parent 7e6d4ad commit d93b121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ matrix:
- python: "pypy"
env: DJANGO="django>=1.4,<2.0"
install:
- pip install $DJANGO
- pip install -q redis
- pip install -r <(cat dev_requirements.txt | sed "s/django/$DJANGO/")
script: python setup.py nosetests
2 changes: 1 addition & 1 deletion redis_sessions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.6.2'

0 comments on commit d93b121

Please sign in to comment.