Skip to content

Commit

Permalink
fix: 馃洜 tox config
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <thunderbirdtr@fedoraproject.org>
  • Loading branch information
onuralpszr committed Jan 16, 2023
1 parent 529de31 commit 87f581d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ maintainers = [
"Ahmet Burak Ozyurt <ahmetbozyurtt@gmail.com>",
"Onuralp SEZER <thunderbirdtr@gmail.com>",
]
packages = [{include = "bulk_copy"}]
description = "Faster way to create your models in Django"
keywords = ["django","postgres","django-bulk-copy","bulk","t-sql"]
exclude = ["tests/"]
Expand Down
14 changes: 3 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
[tox]
skip_missing_interpreters = true
envlist =
{py37,py38,py39,py310}-django32-psycopg2,
{py38,py39,py310}-{django40,django41,latest}-psycopg2,

[latest]
deps =
https://github.com/ahmetveburak/django-bulk-copy/archive/main.tar.gz

[testenv]
commands = ./manage.py test
whitelist_externals = poetry
commands = python manage.py test
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
django32: django~=3.2.0
django40: Django>=4.0,<4.1
django41: Django>=4.1b1,<4.2
psycopg2: psycopg2>=2.4
!latest: django-bulk-copy~=0.1.3
latest: {[latest]deps}

0 comments on commit 87f581d

Please sign in to comment.