Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
run tests on python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Apr 22, 2015
1 parent 8921f21 commit 5699f04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.4.20
- DJANGO_VERSION=1.5.12
Expand All @@ -21,3 +22,9 @@ matrix:
env: DJANGO_VERSION=1.4.20
- python: "3.3"
env: DJANGO_VERSION=1.4.20
- python: "3.4"
env: DJANGO_VERSION=1.4.20
- python: "3.4"
env: DJANGO_VERSION=1.5.12
- python: "3.4"
env: DJANGO_VERSION=1.6.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='Collectfast',
description='Collectstatic on Steroids',
version='0.2.1',
version='0.2.2',
long_description=open('README.md').read(),
author='Anton Agestam',
author_email='msn@antonagestam.se',
Expand Down

0 comments on commit 5699f04

Please sign in to comment.