Skip to content

Commit

Permalink
refs #1 Drop Python-3.2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tell-k committed Dec 31, 2014
1 parent 8add3cf commit 82d740b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
matrix:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
Expand Down
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
## building sphinx docs in separate virtual environments. Give it a try!

[tox]
envlist=py26,py27,py32,py33,py34,pypy,doc,flake8
#envlist=py27,py34,doc,flake8
envlist=py26,py27,py33,py34,pypy,doc,flake8

[testenv]
deps=
Expand All @@ -18,11 +17,6 @@ commands=
coverage run --source sphinxcontrib.gravatar -m py.test
coverage report -m

[testenv:py32]
deps=
Jinja2>=2.3,<2.7
{[testenv]deps}

[testenv:flake8]
deps=
flake8
Expand Down

0 comments on commit 82d740b

Please sign in to comment.