Skip to content

Commit

Permalink
[tests] Allow testing with latest grimoirelab component versions
Browse files Browse the repository at this point in the history
This code allows to execute the tests using the latest versions
of the grimoirelab components required by ELK, thus simplyfing
the testing of features that involve more components. The
components are:
- grimoirelab-sortinghat
- grimoirelab-toolkit
- grimoirelab-cereslib
- grimoirelab-kingarthur
- grimoirelab-perceval
- grimoirelab-perceval-mozilla
- grimoirelab-perceval-opnfv
- grimoirelab-perceval-puppet
  • Loading branch information
valeriocos authored and Alvaro del Castillo committed Jun 27, 2018
1 parent 61a1d83 commit e7da1cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,13 @@ services:
before_install:
- pip install flake8
- pip install coveralls
- pip install kingarthur
- pip install perceval
- pip install perceval-mozilla
- pip install perceval-opnfv
- pip install perceval-puppet
- pip install pandas==0.18.1
- pip install redis
- pip install sortinghat
- pip install PyMySQL
- pip install httpretty==0.8.6
- pip install cereslib
- pip install elasticsearch==5.5.1
- pip install elasticsearch-dsl==5.3.0
- pip install grimoirelab-toolkit
- pip install -r "requirements.txt"

#install:
# - ./setup.py install
Expand Down
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PyMySQL
elasticsearch>=5.5.2
elasticsearch-dsl>=5.3.0
-e git+https://github.com/chaoss/grimoirelab-sortinghat/#egg=grimoirelab-sortinghat
-e git+https://github.com/chaoss/grimoirelab-toolkit/#egg=grimoirelab-toolkit
-e git+https://github.com/chaoss/grimoirelab-cereslib/#egg=grimoirelab-cereslib
-e git+https://github.com/chaoss/grimoirelab-kingarthur/#egg=grimoirelab-kingarthur
-e git+https://github.com/chaoss/grimoirelab-perceval/#egg=grimoirelab-perceval
-e git+https://github.com/chaoss/grimoirelab-perceval-mozilla/#egg=grimoirelab-perceval-mozilla
-e git+https://github.com/chaoss/grimoirelab-perceval-opnfv/#egg=grimoirelab-perceval-opnfv
-e git+https://github.com/chaoss/grimoirelab-perceval-puppet/#egg=grimoirelab-perceval-puppet

0 comments on commit e7da1cb

Please sign in to comment.