reactivate some tests

This commit is contained in:
Radovan Bast 2016-04-19 22:21:46 +02:00
parent e2fee84581
commit 9e63f3e042
2 changed files with 28 additions and 28 deletions

View File

@ -47,12 +47,12 @@ install:
script:
# pep8 tests
# - pep8 --ignore E501 update.py
- pep8 --ignore E501 update.py
- pep8 --ignore E501,E265 autocmake
# # 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 lib/config.py
notifications:
email: false

View File

@ -389,7 +389,7 @@ def fetch_modules(config, relative_path):
# defaults = {}
# FIXME
# we infer config from the module documentation
# # we infer config from the module documentation
# with open(file_name, 'r') as f:
# parsed_config = parse_cmake_module(f.read(), defaults)
# if parsed_config['warning']: