summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-11-27 09:56:27 +0100
committerVictor Stinner <vstinner@redhat.com>2016-02-15 10:32:59 +0100
commit58971d84da8006c945d44969684eead93a91f09e (patch)
treedbd5af86c062b6a122d3598e2aca21730a866c22 /.gitignore
parent214d020970ad0b4012f3de5136f633c70a7a0220 (diff)
downloadroutes-58971d84da8006c945d44969684eead93a91f09e.tar.gz
Add tox.ini
tox is a nice tool to run tests: it creates virtual environments, install test dependencies and run tests. With the simple command "tox", tests are run on Python 2 and Python 3. * Create tox.ini based on .travis.yml * Modidy .travis.yml to use tox-travis: https://github.com/ryanhiebert/tox-travis * .gitignore: ignore .tox/ sub-directory created by tox.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 17db388..3f925d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ html_coverage
.hgignore
.idea
*.iml
+.tox/