diff options
author | Eric Lin <anselor@gmail.com> | 2020-07-07 13:59:43 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-07-08 14:51:31 -0400 |
commit | ff64eff8854c9b52a1f48e4b843e9a738d2b388d (patch) | |
tree | 734419988bbb26a31ecc1caa9e18b0a6686cc6f3 /.gitignore | |
parent | bc50e370c6113ada43acbfaf94d211f3917a7870 (diff) | |
download | cmd2-git-ff64eff8854c9b52a1f48e4b843e9a738d2b388d.tar.gz |
Swap out tox for nox
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ cmd2.egg-info .cache *.pyc .tox +.nox .pytest_cache # Code Coverage |