forked from umutbozkurt/django-rest-framework-mongoengine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
33 lines (29 loc) · 904 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tox]
envlist=dj{18,19,110}-py{27,35}-me{09,010,011}
[testenv]
commands = ./runtests.py --nolint {posargs} --coverage
deps =
-rrequirements/requirements-testing.txt
dj18: Django==1.8.*
dj19: Django==1.9.*
dj110: Django==1.10.*
djangorestframework==3.*
blinker==1.*
me09: mongoengine==0.9.*
me09: pymongo==2.*
me010: mongoengine==0.10.*
me010: pymongo==3.*
me011: mongoengine==0.11.*
me011: pymongo==3.*
[testenv:py27-lint]
commands = ./runtests.py --lintonly
deps =
-rrequirements/requirements-codestyle.txt
-rrequirements/requirements-testing.txt
# We don't have any documentation source in the repository yet, so
# documentation generation is commented-out. Sphinx or Markdown?
#[testenv:py27-docs]
#commands = mkdocs build
#deps =
# -rrequirements/requirements-testing.txt
# -rrequirements/requirements-documentation.txt