summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-22 18:14:36 +0000
committerChris Dent <chris.dent@gmail.com>2018-11-22 18:33:17 +0000
commitfceaaecafce9e9137ebaa43141eac76f1c5a7efc (patch)
treedcf6db850b5ac2289e6a357bb0ce69349d556b2c /.gitignore
parent9cbc584a86bd1ae425bd0c0c3c00617d7e59475d (diff)
downloadpastedeploy-git-fceaaecafce9e9137ebaa43141eac76f1c5a7efc.tar.gz
Establish testingfixup-testing
Bring tox defaults into a reasonable state, removing env aliases that tox no longer supports. Set up travis.ci, including using dist: xenial to get python 3.7 support. pypy is only in trusty. In the process add a .gitignore so ignored files don't get in the way of doing this work.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..821a2ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+.coverage
+.tox
+*.pyc
+PasteDeploy.egg-info
+coverage.xml
+htmlcov