updates provisioners
This commit is contained in:
parent
feb6617dc9
commit
a761a7fc64
@ -1,7 +1,7 @@
|
|||||||
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
|
[ "$(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
|
rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
|
||||||
yum update
|
|
||||||
yum install -y \
|
yum install -y \
|
||||||
git autoconf libtool libffi-devel python-devel python34-devel python2-pip
|
git autoconf libtool libffi-devel python-devel python34-devel python2-pip
|
||||||
|
|
||||||
@ -28,7 +28,9 @@ pushd /vagrant
|
|||||||
|
|
||||||
pip install -r requirements-testing.txt
|
pip install -r requirements-testing.txt
|
||||||
|
|
||||||
make check
|
make clean
|
||||||
|
|
||||||
|
tox -epy27,py34 -- -v
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
|
[ "$(whoami)" != "root" ] && echo "Sorry, you are not root." && exit 1
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
git autoconf libtool python-dev python3-dev python-pip libffi-dev
|
git autoconf libtool python-dev python3-dev python-pip libffi-dev
|
||||||
|
|
||||||
@ -25,7 +26,9 @@ pushd /vagrant
|
|||||||
|
|
||||||
pip install -r requirements-testing.txt
|
pip install -r requirements-testing.txt
|
||||||
|
|
||||||
make check
|
make clean
|
||||||
|
|
||||||
|
tox -epy27,py34 -- -v
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user