File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
+ - " pypy3"
3
4
- " pypy"
4
5
- " 3.6"
5
6
- " 3.5"
6
7
- " 3.4"
7
8
- " 2.7"
8
9
9
- sudo : false
10
-
11
10
cache : pip
12
11
13
12
env :
18
17
- TOXENV=base
19
18
- TOXENV=six19-optional
20
19
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
+
21
32
install :
22
33
- pip install tox codecov
23
34
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ lxml ; platform_python_implementation == 'CPython'
14
14
15
15
# DATrie can be used in place of our Python trie implementation for
16
16
# 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