diff --git a/.travis.yml b/.travis.yml index a694dc70..b1e04fad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: python python: + - "pypy3" - "pypy" - "3.6" - "3.5" - "3.4" - "2.7" -sudo: false - cache: pip env: @@ -18,6 +17,18 @@ env: - TOXENV=base - TOXENV=six19-optional +matrix: + include: + - python: "3.7" + dist: xenial # required for Python >= 3.7 + env: TOXENV=optional + - python: "3.7" + dist: xenial # required for Python >= 3.7 + env: TOXENV=base + - python: "3.7" + dist: xenial # required for Python >= 3.7 + env: TOXENV=six19-optional + install: - pip install tox codecov diff --git a/requirements-optional.txt b/requirements-optional.txt index c00fd242..d8be39ff 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -14,4 +14,6 @@ lxml ; platform_python_implementation == 'CPython' # DATrie can be used in place of our Python trie implementation for # slightly better parsing performance. -datrie ; platform_python_implementation == 'CPython' +# https://github.com/pytries/datrie/issues/52 although closed is not +# yet released to https://pypi.org/project/datrie +datrie ; platform_python_implementation == 'CPython' and python_version < '3.7' pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy