Skip to content

Commit

Permalink
more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 21, 2024
1 parent dcec060 commit b27043b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
'pythonutils': ('http://python-utils.readthedocs.io/en/latest/', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
'matplotlib': ('http://matplotlib.org/stable', None),
'django': ('http://docs.djangoproject.com/en/dev/',
'http://docs.djangoproject.com/en/dev/_objects/'),
}
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py3{8,9,10,11,12,13,14}-django{4.2,5.0},
py3{8,9,10,11,12,13,14}-django42,
py3{10,11,12,13,14}-django50,
flake8,
docs

Expand All @@ -25,7 +26,7 @@ deps = flake8
commands = flake8 --ignore=W391 django_statsd {posargs}

[testenv:docs]
whitelist_externals =
allowlist_externals =
rm
cd
mkdir
Expand Down

0 comments on commit b27043b

Please sign in to comment.