updates provisioners

This commit is contained in:
Moisés Guimarães 2017-01-18 19:19:03 -02:00
parent feb6617dc9
commit a761a7fc64
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
yum update
rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y \
git autoconf libtool libffi-devel python-devel python34-devel python2-pip
@ -28,7 +28,9 @@ pushd /vagrant
pip install -r requirements-testing.txt
make check
make clean
tox -epy27,py34 -- -v
popd

View File

@ -1,6 +1,7 @@
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
apt-get update
apt-get install -y \
git autoconf libtool python-dev python3-dev python-pip libffi-dev
@ -25,7 +26,9 @@ pushd /vagrant
pip install -r requirements-testing.txt
make check
make clean
tox -epy27,py34 -- -v
popd