Skip to content

Commit 327eb36

Browse files
committed
Update versions tested by tox
1 parent de97109 commit 327eb36

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ system, you can run unit tests for multiple Python versions:
102102

103103
./runtests.sh
104104

105-
Currently, the following implementations are tried (any not installed are
106-
skipped):
107-
108-
* CPython 3.3
109-
* CPython 3.4
110-
* CPython 3.5
111-
* PyPy3
112-
113105
HTML coverage reports can then be found in the htmlcov/ subdirectory.
114106

115107
## Documentation

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tox] #-------------------------------------------------------------------
44

5-
envlist = reset,py33,py34,py35,pypy3,stats
5+
envlist = reset,py33,py34,py35,py36,py37,pypy3,stats
66
skip_missing_interpreters = True
77

88
[testenv] #---------------------------------------------------------------

0 commit comments

Comments
 (0)