Skip to content

Commit

Permalink
Fixed build on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Apr 4, 2019
1 parent 67f2364 commit 6568729
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ commands =
pep8

[testenv:flake]
basepython = python3
basepython = python3.6
deps =
flake8
-rrequirements.txt
Expand All @@ -67,7 +67,7 @@ commands =
pylint --rcfile=./.pylintrc {posargs} polemarch

[testenv:selenium]
basepython = python3
basepython = python3.6
passenv = DJANGO_LOG_LEVEL
changedir = ./
commands =
Expand All @@ -85,7 +85,7 @@ deps =
-rrequirements-test.txt

[testenv:build]
basepython = python3
basepython = python3.6
passenv = *
changedir = .
whitelist_externals =
Expand All @@ -96,7 +96,7 @@ commands =
tox -c tox_build.ini --workdir {toxworkdir} -e py27-build,py27-wheel,py35-wheel,py36-wheel

[testenv:builddoc]
basepython = python3
basepython = python3.6
changedir = ./doc/
whitelist_externals =
cp
Expand All @@ -109,7 +109,7 @@ deps =
-rrequirements-doc.txt

[testenv:release]
basepython = python3
basepython = python3.6
toxworkdir = ./
passenv = *
whitelist_externals =
Expand Down

0 comments on commit 6568729

Please sign in to comment.