Skip to content

Commit

Permalink
Update vagrant for run acceptance tests
Browse files Browse the repository at this point in the history
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    Signed-off-by: Emiliemorais <emilie.mo@hotmail.com>
  • Loading branch information
Emiliemorais committed Apr 14, 2016
1 parent 8addd94 commit ffc3d71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
# Async Signals
'celery[redis]>=3.1.2',

# Acceptance tests
'selenium>=2.53.1',
'behave_django>=0.3.0',

### Move out of colab (as plugins):

# Deps for super_archives
Expand All @@ -32,9 +36,6 @@
'coveralls>=0.5',
'flake8>=2.3.0',
'mock==1.0.1',
'selenium>=2.53.1',
'behave>=1.2.0',
'behave_django>=0.2.2',
]


Expand Down
3 changes: 3 additions & 0 deletions vagrant/centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ yum -y groupinstall "Development tools"

yum install -y git unzip gettext libxml2-devel libxslt-devel openssl-devel libffi-devel python-devel python-pip python-virtualenvwrapper redis

### Acceptance Tests dependencies

yum install -y Xvfb firefox

### Init Redis
systemctl enable redis
Expand Down
4 changes: 4 additions & 0 deletions vagrant/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ set -ex
apt-get update

apt-get install curl git unzip build-essential gettext libxml2-dev libxslt1-dev libssl-dev libffi-dev python-dev virtualenvwrapper python-pip redis-server -y

### Acceptance Tests dependencies

apt-get install xvfb firefox -y

0 comments on commit ffc3d71

Please sign in to comment.