adapt cmake command to platform

(code contributed by Miro Ilias)
This commit is contained in:
Radovan Bast
2015-06-29 22:24:57 +02:00
parent 6f592ba2f0
commit 13c7398979
2 changed files with 31 additions and 0 deletions

View File

@ -7,3 +7,4 @@ script:
- pep8 --ignore=E501 test/test.py
- pep8 --ignore=E501 lib/config.py
- py.test -vv test/test.py
- py.test -vv lib/config.py