File: tox.ini

package info (click to toggle)
python-djangosaml2 0.50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 520 kB
  • sloc: python: 2,127; xml: 324; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist =
    py{3.6,3.7,3.8}-django{2.2,3.0,master}

[testenv]
commands =
    python tests/run_tests.py

deps =
    django2.2: django~=2.2
    django3.0: django~=3.0
    djangomaster: https://github.com/django/django/archive/master.tar.gz
    .[test]

ignore_outcome =
    djangomaster: True