diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-31 09:10:27 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-31 09:10:27 -0500 |
| commit | a6c166617210a0b6bbdada9372f94bbc05c0382f (patch) | |
| tree | 6e310c9445c014bde238f60ef3a9ff0b4ef2d692 /tox.ini | |
| parent | 5d5327ba4c09f65149018c81a7c53ebb0d34acb4 (diff) | |
| download | python-coveragepy-git-a6c166617210a0b6bbdada9372f94bbc05c0382f.tar.gz | |
No need for two environment variables that do the same thing
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ install_command = python -m pip install -U {opts} {packages} passenv = * setenv = - pypy,pypy{2,3}: COVERAGE_NO_EXTENSION=no C extension under PyPy + pypy,pypy{2,3}: COVERAGE_NO_CTRACER=no C extension under PyPy commands = python setup.py --quiet clean develop |
