Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 13, 2015
2 parents a53e7b9 + e798e74 commit e9dc75b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ before_script:
- "flake8 --exclude=docs,south_migrations --ignore=E501,E123,E124,E126,E127,E128 --statistics .;"
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.7,<1.8",CELERY="celery>=3.0,<4.0"
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========
* v0.2.2
* Added Python 3.3 Trove classifier to `setup.py`.
* v0.2.1
* Added Python 3.4 Trove classifier to `setup.py`.
* v0.2.0
* Added support for Python 3.4
* Dropped support for Celery 2.x
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def read(fname):
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
'Topic :: Scientific/Engineering :: Information Analysis',
Expand Down
1 change: 1 addition & 0 deletions test-requirements-py3.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r test-requirements.txt

0 comments on commit e9dc75b

Please sign in to comment.