diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-10-20 23:34:42 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-10-20 23:34:42 +0200 |
commit | b827b1a06d5d06e97120f4fa582ebbe79cb59d46 (patch) | |
tree | 5e4b25a3550e1e1ccb69b765a2f41ee9ff17195f | |
parent | 41bbff4701ac857bf6c468a4dc53836ee85baa11 (diff) | |
download | factory-boy-b827b1a06d5d06e97120f4fa582ebbe79cb59d46.tar factory-boy-b827b1a06d5d06e97120f4fa582ebbe79cb59d46.tar.gz |
Tox isn't used, remove its config file.
-rw-r--r-- | tox.ini | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 2200f56..0000000 --- a/tox.ini +++ /dev/null @@ -1,17 +0,0 @@ -[tox] -envlist = py26,py27,pypy - -[testenv] -commands= - python -W default setup.py test - -[testenv:py26] - -deps= - mock - unittest2 - -[textenv:py27] - -deps= - mock |