From fceaaecafce9e9137ebaa43141eac76f1c5a7efc Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 22 Nov 2018 18:14:36 +0000 Subject: Establish 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. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.1