Merge pull request #3924 from nicoddemus/enable-pypy

Reenable pypy now that scandir can be installed without a compiler
This commit is contained in:
Ronny Pfannschmidt 2018-09-02 17:34:21 +02:00 committed by GitHub
commit 15ede8aab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ environment:
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "py37"
# - TOXENV: "pypy" reenable when we are able to provide a scandir wheel or build scandir
- TOXENV: "pypy"
- TOXENV: "py27-pexpect"
- TOXENV: "py27-xdist"
- TOXENV: "py27-trial"