Skip to content
Snippets Groups Projects
Select Git revision
  • 792f6cdad1c34b0994be8da824d65a98f8414251
  • main default protected
  • develop
  • 2.3.1
  • 2.3.0
  • 2.2.3
  • 2.2.2
7 results

jest.config.js

Blame
  • tox.ini 89 B
    [tox]
    envlist = py27, py36, py37, py38
    
    [testenv]
    deps =
        pytest
    commands=
        pytest