Skip to content

Commit

Permalink
simplify tox
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 25, 2024
1 parent 7dd78cb commit ae8488e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ python =

[tox]
envlist =
py{38,39,310,311,312}-django42-pyparsing3{,-msgpack},
lint, docs
py{38,39,310,311,312},lint, docs

[testenv]
whitelist_externals =
Expand All @@ -32,17 +31,16 @@ deps =
django-tagging
pytz
mock
msgpack-python
git+https://github.com/graphite-project/whisper.git#egg=whisper
git+https://github.com/graphite-project/ceres.git#egg=ceres
pyparsing3: pyparsing>=3.0.6
django32: Django>=4.2,<5
pyparsing: pyparsing>=2.3.0
pyparsing>=3.0.6
Django>=4.2,<5
urllib3
redis
rrdtool
mysql: mysqlclient
postgresql: psycopg2
msgpack: msgpack-python
pyhash: pyhash

[testenv:docs]
Expand Down

0 comments on commit ae8488e

Please sign in to comment.