Skip to content

Commit

Permalink
Merge pull request #3168 from yakky/feature/travis_34
Browse files Browse the repository at this point in the history
Enable python 3.4 on travis
  • Loading branch information
yakky committed May 16, 2014
2 parents d897cf0 + 1fb141b commit 070783d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- 3.4
- 3.3
- 2.7
- 2.6
Expand Down Expand Up @@ -46,6 +47,18 @@ notifications:
- irc.freenode.org#django-cms-sprint
matrix:
exclude:
- python: 3.4
env: DJANGO=1.4 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0
- python: 3.4
env: DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0
- python: 3.4
env: DJANGO=1.4 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0

- python: 3.4
env: DJANGO=1.5 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0
- python: 3.4
env: DJANGO=1.6 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0

- python: 3.3
env: DJANGO=1.4 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0
- python: 3.3
Expand All @@ -64,5 +77,8 @@ matrix:
env: DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0
- python: 3.3
env: DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=1
- python: 3.4
env: DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=1


fast_finish: true

0 comments on commit 070783d

Please sign in to comment.