Skip to content
Snippets Groups Projects
Select Git revision
  • 22c9979ac679f9b9d05612258c06f080c2c79883
  • develop default protected
  • feature/fix_build
  • master
  • feature/ome_xml_write
  • v0.11.4
  • v0.11.3
  • v0.11.2
  • v0.11.1
  • v0.11.0
  • v0.11.0b8
  • v0.11.0b7
  • v0.11.0b6
  • v0.11.0b5
  • v0.11.0b4
  • v0.11.0beta2
  • v0.11.0.beta1
  • v0.10.8
  • v0.10.7
  • v0.10.6
  • v0.10.5
  • v0.10.4
  • v0.10.3
  • v0.10.2
  • v0.10.1
25 results

tox-minimal.ini

Blame
  • tox-minimal.ini 502 B
    # tox (https://tox.readthedocs.io/) is a tool for running tests
    # in multiple virtualenvs. This configuration file will run the
    # test suite on all supported python versions. To use it, "pip install tox"
    # and then run "tox" from this directory.
    
    [tox]
    envlist = py36-PyQt5
    
    [testenv]
    # passenv = DISPLAY XAUTHORITY
    deps =
        -r.travis/minimal-req.txt
        -rrequirements/requirements_test.txt
        setuptools_scm[toml]>=3.4
        pytest-xvfb ; sys_platform == 'linux'
    commands =
        pytest package/tests