Skip to content

Commit b4e4d3e

Browse files
committed
code clean
1 parent 3b99274 commit b4e4d3e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- pip install tox "coverage<=4.0" codecov
3434

3535
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
3737

3838
before_success:
3939
- coverage erase

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ deps =
6363

6464

6565
commands =
66-
{posargs:py.test tests -rw --create-db}
66+
{posargs:pytest tests -rw --create-db}
6767

6868
[testenv:mysql]
6969
commands =
@@ -87,10 +87,3 @@ commands =
8787
commands =
8888
mkdir -p {toxinidir}/~build/docs
8989
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

0 commit comments

Comments
 (0)