File tree Expand file tree Collapse file tree 6 files changed +11
-19
lines changed Expand file tree Collapse file tree 6 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ matrix:
4040 - env : TOXENV=py36-djangomaster
4141
4242install :
43- - pip install coveralls tox "virtualenv<14"
43+ - pip install coveralls tox
4444
4545script :
4646 - tox
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,18 +17,25 @@ deps =
1717 django110: Django ==1.10.5
1818 django111: Django ==1.11b1
1919 djangomaster: https://github.com/django/django/archive/master.tar.gz
20- -rrequirements/testing.txt
20+ djangorestframework >= 3.5
21+ coverage
22+ mock
23+ pytest
24+ pytest-cov
25+ pytest-django
26+ pytest-xdist
27+
2128
2229[testenv:docs]
2330basepython = python
2431changedir = docs
2532whitelist_externals = make
26- deps = sphinx
2733commands = make html
34+ deps = sphinx
2835
2936[testenv:flake8]
30- deps = flake8
3137commands = flake8 oauth2_provider
38+ deps = flake8
3239
3340[flake8]
3441max-line-length = 120
You can’t perform that action at this time.
0 commit comments