Skip to content

Commit

Permalink
Set toxenv for Python 2.7 so that workaround is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 12, 2020
1 parent 8e6b993 commit cb2138e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2138e

Please sign in to comment.