Skip to content

Commit

Permalink
update list of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 7, 2018
1 parent f77ddac commit bbdaf42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .local.jenkins.win.yml
Expand Up @@ -13,6 +13,8 @@ script:
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -g \".*noenv.*\"", NAME: "UT" }
- { CMD: "python -u setup.py unittests -e \".*noenv1.*\"", NAME: "UT_NOENV1" }
- { CMD: "python -u setup.py unittests -e \".*noenv2.*\"", NAME: "UT_NOENV2" }
- { CMD: "python -u setup.py unittests -e \".*noenv3.*\"", NAME: "UT_NOENV3" }
- { CMD: "python -u setup.py unittests -e \".*noenv4.*\"", NAME: "UT_NOENV4" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests_LONG", NAME: "UT_LONG" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests_SKIP", NAME: "UT_SKIP" }
after_script:
Expand Down
File renamed without changes.

0 comments on commit bbdaf42

Please sign in to comment.