Removed tox.ini reference to Python 3.3 builds

This commit is contained in:
Bruno Bord 2020-05-05 16:13:21 +02:00
parent 24968ae2fe
commit 94c78b905d
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 1 additions and 5 deletions

View File

@ -3,6 +3,7 @@
## master (unreleased)
* Revamped/Simplified Travis configuration.
* Removed tox.ini reference to Python 3.3 builds.
## 1.0.0 (2020-05-05)

View File

@ -7,8 +7,3 @@ commands =
pytest -s {posargs}
deps =
.[tests]
[testenv:py33]
deps = .
commands = pip freeze -l