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