Skip to content

Commit

Permalink
Test against 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed May 21, 2014
1 parent 2ddd440 commit a70de50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.4"
# command to install dependencies
install:
- pip install -q -e . --use-mirrors
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "django-mass-edit",
version = "2.1",
version = "2.2",
author = "David Burke",
author_email = "[email protected]",
description = ("Make bulk changes in the Django admin interface"),
Expand Down

0 comments on commit a70de50

Please sign in to comment.