File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
33
33
- pip install tox "coverage<=4.0" codecov
34
34
35
35
script :
36
- - tox -e "py${TRAVIS_PYTHON_VERSION//.}-d${DJANGO//.}-${DB}" -- py.test tests -v
36
+ - tox -e "py${TRAVIS_PYTHON_VERSION//.}-d${DJANGO//.}-${DB}" -- pytest tests -v
37
37
38
38
before_success :
39
39
- coverage erase
Original file line number Diff line number Diff line change 63
63
64
64
65
65
commands =
66
- {posargs:py.test tests -rw --create-db}
66
+ {posargs:pytest tests -rw --create-db}
67
67
68
68
[testenv:mysql]
69
69
commands =
@@ -87,10 +87,3 @@ commands =
87
87
commands =
88
88
mkdir -p {toxinidir}/~build/docs
89
89
pipenv run sphinx-build -aE docs/ {toxinidir}/~build/docs
90
-
91
-
92
- [testenv:d22]
93
- pip_pre =True
94
- commands =
95
- mkdir -p {toxinidir}/~build/docs
96
- pipenv run sphinx-build -aE docs/ {toxinidir}/~build/docs
You can’t perform that action at this time.
0 commit comments