Skip to content

Commit

Permalink
Add support for Python 3.5 in trove classifiers and travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkingo committed Dec 2, 2015
1 parent 9ba1956 commit b45f9a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
- python: "3.5"
env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install $DJANGO_VERSION
- pip install -e git://github.com/stephenmcd/mezzanine.git#egg=mezzanine
- pip install . --allow-unverified pyPdf
script:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: WSGI",
Expand Down

0 comments on commit b45f9a4

Please sign in to comment.