Commit 7f0ff1c9 authored by Jason R. Coombs's avatar Jason R. Coombs

Only test ASCII on Python 2.7 and 3.current

parent 0084a32c
......@@ -9,9 +9,12 @@ python:
- "3.7-dev"
- nightly
- pypy
env:
- ""
- LC_ALL=C LC_CTYPE=C
matrix:
include:
- python: 3.6
env: LC_ALL=C LC_CTYPE=C
- python: 2.7
env: LC_ALL=C LC_CTYPE=C
script:
- pip install tox
......
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