WIP tests for venv

This commit is contained in:
Miro Hrončok 2018-07-19 10:38:40 +02:00 committed by Petr Šplíchal
commit 42e0692eab
2 changed files with 75 additions and 0 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
.pytest_cache/
.tox/
build/
/module.*
/setup.py
/test_foo.py
/tox.ini
/venv/