reactivate some tests
This commit is contained in:
parent
e2fee84581
commit
9e63f3e042
@ -47,12 +47,12 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# pep8 tests
|
# pep8 tests
|
||||||
# - pep8 --ignore E501 update.py
|
- pep8 --ignore E501 update.py
|
||||||
- pep8 --ignore E501,E265 autocmake
|
- pep8 --ignore E501,E265 autocmake
|
||||||
# # unit tests
|
# # unit tests
|
||||||
# - py.test -vv update.py
|
- py.test -vv update.py
|
||||||
|
- py.test -vv autocmake/*
|
||||||
# - py.test -vv test/test.py
|
# - py.test -vv test/test.py
|
||||||
# - py.test -vv lib/config.py
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -389,7 +389,7 @@ def fetch_modules(config, relative_path):
|
|||||||
# defaults = {}
|
# defaults = {}
|
||||||
|
|
||||||
# FIXME
|
# FIXME
|
||||||
# we infer config from the module documentation
|
# # we infer config from the module documentation
|
||||||
# with open(file_name, 'r') as f:
|
# with open(file_name, 'r') as f:
|
||||||
# parsed_config = parse_cmake_module(f.read(), defaults)
|
# parsed_config = parse_cmake_module(f.read(), defaults)
|
||||||
# if parsed_config['warning']:
|
# if parsed_config['warning']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user