Commit cb2138e2 authored by Jason R. Coombs's avatar Jason R. Coombs

Set toxenv for Python 2.7 so that workaround is present.

parent 8e6b9933
......@@ -6,8 +6,9 @@ jobs:
include:
- &latest_py2
python: 2.7
env: TOXENV=py27
- <<: *latest_py2
env: LANG=C
env: LANG=C TOXENV=py27
- python: pypy3
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: 3.5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment