diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2014-05-10 14:23:14 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2014-05-10 14:23:14 -0600 |
| commit | b2cb5e818773dca92055c966585421d517153559 (patch) | |
| tree | 64dd621a6ac17c75f9723aadba173c4240af56ec /tests | |
| parent | addcde67b4bb4f62f3891503794deaed2f33bf95 (diff) | |
| parent | f18df4ea275a0c586ff6fc68cbc9fbdfe7c66874 (diff) | |
| download | python-memcached-b2cb5e818773dca92055c966585421d517153559.tar.gz | |
Merge branch 'tox_support' of https://github.com/cabrera/python-memcached into cabrera-tox_support
Conflicts:
README.md
tests/test_setmulti.py
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index a844aa4..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -TESTS = $(wildcard test_*.py) - -test: - @- $(foreach TEST,$(TESTS), \ - echo === Running test: $(TEST); \ - python $(TEST); \ - ) |
