Skip to content

Commit bc85b52

Browse files
committed
NOBUG: tox with pythonh 3.7 and 3.8, doc changes
1 parent 4f9904d commit bc85b52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,18 @@ For full usage instructions, run:
5757
Changes
5858
-------
5959

60-
The modifications in this fork are minor fixes and cosmetic changes:
60+
The modifications in this fork are minor fixes and cosmetic changes, such as:
6161

62-
* more default extensions
6362
* python 3 compatibility
63+
* more default file extensions
6464
* customizable file extensions with the --extensions argument
6565
* continuous integration on travis
6666
* support for recursive file discovery via the --recursive argument
6767
* support for excluding files via --exclude
6868
* JUnit XML output format
6969
* Overriding repository root auto-detection via --repository
7070
* Support ``#pragma once`` as an alternative to header include guards
71+
* ... and a few more
7172

7273

7374
Acknowledgements

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ def read_without_comments(filename):
6161
'Programming Language :: Python :: 2',
6262
'Programming Language :: Python :: 2.7',
6363
'Programming Language :: Python :: 3',
64-
'Programming Language :: Python :: 3.4',
65-
'Programming Language :: Python :: 3.5',
6664
'Programming Language :: Python :: 3.6',
6765
'Programming Language :: Python :: 3.7',
66+
'Programming Language :: Python :: 3.8',
6867
'Programming Language :: C++',
6968
'Development Status :: 5 - Production/Stable',
7069
'Environment :: Console',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, pypy, pypy3
2+
envlist = py27, py36, py37, py38, pypy, pypy3
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)