Add trove support for py34 and remove py33

py33 has been deprecated from Mitaka so removing the
same from setup.cfg.
tox.ini supported py34 but setup.cfg did not, so adding
the change for the same.

Change-Id: I05c01df2022d3bdfb756cb47166ddc00a941c101
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-06 17:28:10 +09:00 committed by Reedip
parent 9bcf955af8
commit 790dba4c0a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Software Development :: Testing
test_suite = requests_mock.tests