Skip to content

Commit

Permalink
Removing test hooks for python 2.6; adding hooks for 3.7
Browse files Browse the repository at this point in the history
Python 2.6 is no longer officially supported
  • Loading branch information
timmahrt committed Feb 23, 2019
1 parent bb6aa7b commit 7f62420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install coveralls
script:
- nosetests --exe --with-coverage
after_success:
- coveralls
- coveralls
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Major revisions
Ver 2.5.2 (Feb 23, 2019)

- Critical bugfix for Python 3. Cgi was not executing properly.
- Test support for Python 2.6 was removed.

Ver 2.5 (Jun 29, 2017)

Expand Down Expand Up @@ -112,7 +113,7 @@ Ver 1.0 (December 04, 2013)
Requirements
==============

``Python 2.6.*`` or above
``Python 2.7.*`` or above

``Python 3.3.*`` or above

Expand Down

0 comments on commit 7f62420

Please sign in to comment.