commit | 2270ba1a8d67e07c511b2f48e054b25401116dc3 | [log] [tgz] |
---|---|---|
author | Mikhail Golubev <qsolo825@gmail.com> | Sun Jun 21 20:32:12 2020 +0300 |
committer | GitHub <noreply@github.com> | Sun Jun 21 10:32:12 2020 -0700 |
tree | 1b25319ab51767872ab6dcec4d4ddb71ec31117e | |
parent | d362ccb6504bf52618796822e8e6ffa9091575a4 [diff] |
Add tox.ini for typing_extensions (#733) It supports running its tests for all supported Python versions: 2.7 and 3.4-3.9, which are different from those for "typing" package itself that is intended primarily for 2.7 and 3.4 where "typing" module is not included in the standard library.