Skip to content

Commit f36d632

Browse files
committed
Fix testing
1 parent 2eae2a0 commit f36d632

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
url='https://github.com/KLab/Flask-PyMemcache',
1919
description="pymemcache integration for Flask",
2020
long_description=readme,
21-
install_requires=["Flask", "pymemcache>=1.2.1", "six"],
21+
install_requires=["Flask", "pymemcache>=1.2.2", "six"],
2222
)

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ envlist = py27,py33
55
install_command = pip install {opts} {packages}
66
deps =
77
pymemcache
8-
commands = python -m unittest
8+
pytest
9+
commands = py.test

0 commit comments

Comments
 (0)