diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 05:26:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 05:26:23 -0400 |
| commit | 0f3abb10625f3a1250991d06e3f26cfa324d4dcf (patch) | |
| tree | 166ee93707f8186bcab927414a7114e95a16a6a9 /tox.ini | |
| parent | cf80ecbb8f7756503431d5a3e08185a34a48df3e (diff) | |
| download | python-coveragepy-git-0f3abb10625f3a1250991d06e3f26cfa324d4dcf.tar.gz | |
Some diagnostics to figure out what's up with Appveyor 64-bit builds.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ skip_missing_interpreters = True [testenv] commands = + python -c "import sys; print(sys.executable)" + python igor.py show_env python setup.py --quiet clean develop # Create tests/zipmods.zip |
