drop support for Python3.2
This commit is contained in:
parent
8b10092dc1
commit
2bdee33b63
@ -52,7 +52,7 @@ xvfbwrapper is a small python wrapper for controlling Xvfb. It works nicely whe
|
|||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
* Xvfb (``sudo apt-get install xvfb``, or similar)
|
* Xvfb (``sudo apt-get install xvfb``, or similar)
|
||||||
* Python 2.7 or 3.2+ (tested on py27, py32, py33, py34, 3.5, pypy)
|
* Python 2.7 or 3.3+
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -34,7 +34,6 @@ setup(
|
|||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.2',
|
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist=flake8,py27,py32,py33,py34,py35,pypy
|
envlist=flake8,py27,py33,py34,py35,pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands={envpython} -m unittest discover
|
commands={envpython} -m unittest discover
|
||||||
|
Loading…
Reference in New Issue
Block a user