Skip to content

Commit

Permalink
added python 3.3 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 13, 2015
1 parent 91cc197 commit 5b770f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
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
1 change: 1 addition & 0 deletions test-requirements-py3.3.txt
@@ -0,0 +1 @@
-r test-requirements.txt

0 comments on commit 5b770f3

Please sign in to comment.