pyaml is required

This commit is contained in:
Radovan Bast 2016-04-19 22:20:16 +02:00
parent 3a5192eed8
commit e2fee84581

View File

@ -43,7 +43,7 @@ install:
fi fi
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install pep8 pytest - pip install pep8 pytest pyaml
script: script:
# pep8 tests # pep8 tests