File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
3+ - " pypy3"
34 - " pypy"
45 - " 3.6"
56 - " 3.5"
67 - " 3.4"
78 - " 2.7"
89
9- sudo : false
10-
1110cache : pip
1211
1312env :
1817 - TOXENV=base
1918 - TOXENV=six19-optional
2019
20+ matrix :
21+ include :
22+ - python : " 3.7"
23+ dist : xenial # required for Python >= 3.7
24+ env : TOXENV=optional
25+ - python : " 3.7"
26+ dist : xenial # required for Python >= 3.7
27+ env : TOXENV=base
28+ - python : " 3.7"
29+ dist : xenial # required for Python >= 3.7
30+ env : TOXENV=six19-optional
31+
2132install :
2233 - pip install tox codecov
2334
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ lxml ; platform_python_implementation == 'CPython'
1414
1515# DATrie can be used in place of our Python trie implementation for
1616# slightly better parsing performance.
17- datrie ; platform_python_implementation == 'CPython'
17+ # https://github.com/pytries/datrie/issues/52 although closed is not
18+ # yet released to https://pypi.org/project/datrie
19+ datrie ; platform_python_implementation == 'CPython' and python_version < '3.7'
You can’t perform that action at this time.
0 commit comments