diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-24 19:38:21 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-24 19:38:21 +0200 |
commit | 1da757c4408911dae34a707b7a63df89cc530727 (patch) | |
tree | 586bcea3fa996e9644d0bab88b4336eae9cbbd82 /tox.ini | |
parent | 1d6df8d52530c6143dcd0260bbcfd384d1315c8f (diff) | |
download | psutil-1018-test-refactoring.tar.gz |
#1018: enable 'python -m psutil.tests' to run tests1018-test-refactoring
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ setenv = TOX = 1 commands = - python psutil/tests/runner.py + python psutil/tests/__main__.py git ls-files | grep \\.py$ | xargs flake8 # suppress "WARNING: 'git' command found but not installed in testenv |