File: mitogen_py24_tests.py

package info (click to toggle)
python-mitogen 0.3.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,732 kB
  • sloc: python: 24,733; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (15 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python
# Mitogen tests for Python 2.4.

import os

import ci_lib

os.environ.update({
    'NOCOVERAGE': '1',
    'UNIT2': '/usr/local/python2.4.6/bin/unit2',
    'MITOGEN_LOG_LEVEL': 'debug',
    'SKIP_ANSIBLE': '1',
})

ci_lib.run('./run_tests -v')