Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 2, 2022
1 parent c3f3a64 commit f984ec0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[tox]
minversion=2.9.0
<<<<<<< HEAD
envlist = py38,lint,docs
=======
envlist = py36,lint,docs,codespell
>>>>>>> 6dd247204 (tox.ini: [testenv:codespell])
skipsdist = True

[testenv]
Expand All @@ -31,7 +27,6 @@ commands =
export DJANGO_SETTINGS_MODULE=readthedocs.settings.proxito.test; \
pytest --cov-report= --cov-config {toxinidir}/.coveragerc --cov=. --cov-append -m proxito --suppress-no-test-exit-code {posargs}'


[testenv:codespell]
description = discover typos with codespell
deps = codespell
Expand Down

0 comments on commit f984ec0

Please sign in to comment.