Skip to content

Commit

Permalink
Fixes tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Nov 28, 2014
1 parent 654114b commit 2a5a494
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ deps =
South
psycopg2
django-redis
py2.7: python-memcached
py2.7: MySQL-python
py3.4: python3-memcached
py3.4: https://github.com/clelland/MySQL-for-Python-3/tarball/master
py{2.6,2.7}: python-memcached
py{2.6,2.7}: MySQL-python
py{3.2,3.3,3.4}: python3-memcached
py{3.2,3.3,3.4}: https://github.com/clelland/MySQL-for-Python-3/tarball/master
setenv =
sqlite3: DB_ENGINE=sqlite3
postgresql: DB_ENGINE=postgresql
mysql: DB_ENGINE=mysql
locmem: CACHE_BACKEND=locmem
redis: CACHE_BACKEND=redis
memcached: CACHE_BACKEND=memcached
commands = coverage run --source=cachalot ./runtests.py
commands =
coverage run -a --source=cachalot ./runtests.py

0 comments on commit 2a5a494

Please sign in to comment.