Skip to content

Commit

Permalink
added python3.6 on tox (celery#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored Jan 8, 2017
1 parent 75b624b commit ce8ea16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{2.7,pypy,3.4,3.5}-unit
{2.7,pypy,3.4,3.5}-integration-{rabbitmq,redis}
{2.7,pypy,3.4,3.5,3.6}-unit
{2.7,pypy,3.4,3.5,3.6}-integration-{rabbitmq,redis}

flake8
flakeplus
Expand All @@ -15,7 +15,7 @@ deps=
-r{toxinidir}/requirements/test.txt

2.7: -r{toxinidir}/requirements/test-ci-default.txt
3.4,3.5: -r{toxinidir}/requirements/test-ci-default.txt
3.4,3.5,3.6: -r{toxinidir}/requirements/test-ci-default.txt
pypy: -r{toxinidir}/requirements/test-ci-base.txt

integration: -r{toxinidir}/requirements/test-integration.txt
Expand All @@ -40,6 +40,7 @@ basepython =
2.7: python2.7
3.4: python3.4
3.5: python3.5
3.6: python3.6
pypy: pypy
flake8,flakeplus,apicheck,linkcheck,configcheck,pydocstyle: python2.7

Expand Down

0 comments on commit ce8ea16

Please sign in to comment.