Skip to content

Commit

Permalink
Update version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stphivos committed Aug 9, 2018
1 parent 740574e commit b902ff5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ matrix:
- TOX_ENV=py35-dj110-drf33
- TOX_ENV=py35-dj111-drf37
- TOX_ENV=py35-dj20-drf37
- TOX_ENV=py35-dj21-drf37
- python: 3.6
env:
- TOX_ENV=py36-dj111-drf37
- TOX_ENV=py36-dj20-drf37
- TOX_ENV=py36-dj21-drf37

install:
- travis_retry pip install "virtualenv<14.0.0" "tox>=1.9" "coverage<4"
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ coverage==3.7.1
tox==2.1.1
virtualenv==13.1.2
pypandoc==1.4
setuptools==40.0.0
setuptools==39.2.0
twine==1.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read_md(filename):

setup(
name='django_mock_queries',
version='2.1.0',
version='2.1.1',
description='A django library for mocking queryset functions in memory for testing',
long_description=read_md('README.md'),
url='https://github.com/stphivos/django-mock-queries',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ envlist =
py{27,33,34,35}-dj18-drf33
py{27,34,35}-dj{19,110}-drf33
py{27,34,35,36}-dj{111}-drf37
py{34,35,36}-dj{20,21}-drf37
py{34,35,36}-dj{20}-drf37
py{35,36}-dj{21}-drf37

[pytest]
norecursedirs = examples
Expand Down

0 comments on commit b902ff5

Please sign in to comment.