Gitlab CI: run tests too

This commit is contained in:
Daniel Martí 2015-08-28 16:02:19 -07:00
parent bace7e912f
commit 1eb83dcfea
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python pyflakes pep8 dash bash ruby
python-imaging python-libcloud python-magic python-paramiko
python-pyasn1 python-pyasn1-modules python-requests
check:
test:
script:
- ./hooks/pre-commit
- cd tests
- ./run-tests