diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-20 10:25:09 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-20 10:25:09 -0400 |
| commit | 5cc432e39c4e8689d117ccc9001d03e47ac5a902 (patch) | |
| tree | 4c3543470d262493a46325b1c6fd5b2fb6d749a5 /.travis.yml | |
| parent | 3ea245437c2094a5eae415732c7b349606fd111f (diff) | |
| download | external_python_setuptools-5cc432e39c4e8689d117ccc9001d03e47ac5a902.tar.gz external_python_setuptools-5cc432e39c4e8689d117ccc9001d03e47ac5a902.tar.bz2 external_python_setuptools-5cc432e39c4e8689d117ccc9001d03e47ac5a902.zip | |
Support pypy3 also
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index fdb4d553..0cb6263a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ python: - 3.5 - pypy - pypy3 -matrix: - allow_failures: - - python: pypy3 env: - "" - LC_ALL=C LC_CTYPE=C |
