summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-05-30 04:37:28 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-05-30 04:37:28 +0300
commit4ba9ab3ad2ecdfb576c7b9f076b4a93a6cac263d (patch)
treef46a7627c5631079d4b5cd302fe11fdabdce5bbe /tox.ini
parente86bd098138a1432bb3f1b6dce7fa913eb9ed2f3 (diff)
downloadapscheduler-4ba9ab3ad2ecdfb576c7b9f076b4a93a6cac263d.tar.gz
Gave up on gevent+py3 with tox for now
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 9286501..b254b18 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,6 @@ envlist = py26,py27,py32,py33,py34,pypy,flake8
[base]
deps=pytest
- pytest-cov
sqlalchemy
pymongo
redis
@@ -18,10 +17,10 @@ deps={[base]deps}
trollius
funcsigs
+# Currently, cython and gevent (from https://github.com/fantix/gevent/archive/master.zip) need to be MANUALLY installed
+# because gevent tries to compile stuff even when just doing setup.py egg_info
[py3base]
deps={[base]deps}
- cython # needed for compiling the gevent py3k fork
- https://github.com/fantix/gevent/archive/master.zip
[testenv]
commands=py.test -rsx