Don't clean venv

This commit is contained in:
John Reese 2019-03-31 11:27:23 -07:00
parent 9744db6dfa
commit a859756c9c
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ test:
python3 -m unittest -v aioitertools.tests
clean:
rm -rf build dist README MANIFEST .venv *.egg-info
rm -rf build dist README MANIFEST *.egg-info