Skip to content

Commit

Permalink
Drops tox py32 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Jun 23, 2016
1 parent 05149cc commit 382b8c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

# General information about the project.
project = u'pockets'
copyright = u'2016, Rob Ruana'
copyright = u'2016 Rob Ruana'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 1 addition & 0 deletions docs/source/pockets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pockets.string module
:undoc-members:
:show-inheritance:


.. autoclass:: pockets.string.UnicodeMixin
:members:
:undoc-members:
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## building sphinx docs in separate virtual environments. Give it a try!

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

[testenv]
deps= -rrequirements_test.txt
Expand All @@ -14,11 +14,6 @@ commands=
coverage run --source pockets -m py.test
coverage report --show-missing

# Coverage.py does not support Python 3.2
[testenv:py32]
deps= -rrequirements_test.txt
commands= py.test --doctest-modules pockets

[testenv:flake8]
commands=
flake8 pockets tests
Expand Down

0 comments on commit 382b8c8

Please sign in to comment.