aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-09 01:07:31 +0000
committerMike Crute <mike@crute.us>2020-06-09 02:25:32 +0000
commitf6714a399003e660d310172391dfb762ea306b00 (patch)
tree9eaae019ca5dcbb7b6e23ac775e066fa990a3084 /.gitignore
parente42c95b978a83a1ba48020b6d84218f2f17b5db4 (diff)
downloadpydora-f6714a399003e660d310172391dfb762ea306b00.tar.bz2
pydora-f6714a399003e660d310172391dfb762ea306b00.tar.xz
pydora-f6714a399003e660d310172391dfb762ea306b00.zip
Convert build system to tox
This is the current modern way to build, package, and test python code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 720ed08..8e383bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,8 @@
2.coverage/ 2.coverage/
3.eggs/ 3.eggs/
4.py3/ 4.py3/
5.sandbox_name 5.tox/
6build/ 6build/
7coverage.xml
8dist/ 7dist/
9htmlcov/ 8htmlcov/
10pydora.egg-info/ 9pydora.egg-info/