We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e87c9 commit 1be6a15Copy full SHA for 1be6a15
.travis.yml
@@ -10,7 +10,7 @@ python:
10
11
install:
12
- "pip install -e ."
13
- - "pip install pytest django --use-mirrors"
+ - "pip install pytest 'django<=1.4' --use-mirrors"
14
15
16
branches:
tox.ini
@@ -8,11 +8,12 @@ deps = pytest
8
9
commands =
pip install -e {toxinidir}
- py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs:test_echo.py}
+ py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
[pytest]
pep8ignore = E128 E302
doc/conf.py ALL
+python_files=test_echo.py
17
18
addopts =
19
--tb=short
0 commit comments