File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
usefixtures = chdir setlog
4
4
python_files =test_*.py __init__.py
5
5
addopts = --doctest-modules --assert =plain
6
+ twisted = 1
7
+
Original file line number Diff line number Diff line change 16
16
leveldb
17
17
-rtests/requirements.txt
18
18
commands =
19
- py.test --twisted {posargs:scrapy tests}
19
+ py.test {posargs:scrapy tests}
20
20
21
21
[testenv:precise]
22
22
basepython = python2.7
@@ -35,7 +35,7 @@ basepython = python2.7
35
35
commands =
36
36
pip install -U https://github.com/scrapy/w3lib/archive/master.zip# egg=w3lib
37
37
pip install -U https://github.com/scrapy/queuelib/archive/master.zip# egg=queuelib
38
- py.test --twisted {posargs:scrapy tests}
38
+ py.test {posargs:scrapy tests}
39
39
40
40
[testenv:py33]
41
41
basepython = python3.3
You can’t perform that action at this time.
0 commit comments