Skip to content

Commit

Permalink
Add Python 3 trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbowman committed Jul 7, 2016
1 parent b6812e6 commit 3bbad74
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
dist
build
.coverage
.tox
pysrt.egg-info
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Multimedia :: Video",
"Topic :: Software Development :: Libraries",
"Topic :: Text Processing :: Markup",
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = py{27,34,35}

[testenv]
commands =
pip install -r test-requirements.txt --upgrade
nosetests --with-coverage --cover-package=pysrt

0 comments on commit 3bbad74

Please sign in to comment.