Skip to content

Commit

Permalink
Remove Python 3.4 CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Hutcheson committed Jul 29, 2020
1 parent fef7983 commit 2ad65b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ py-caption
to read content into a CaptionSet object, and then use one of the Writers to
output the CaptionSet into captions of your desired format.

Tested with Python 3.4 and 3.5.
(for Python 2 use pycaption < 1.0.0)
Tested with Python 3.5.

For details, see the `documentation <http://pycaption.readthedocs.org>`__.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35
envlist = py35
[testenv]
deps=
beautifulsoup4==4.4
Expand Down

0 comments on commit 2ad65b0

Please sign in to comment.