Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Temporary fix: idna's version is 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Dec 11, 2018
1 parent 6634124 commit 6df4698
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,24 @@ jobs:
script:
- cd tests
- mvn test -Dtest=RobustnessTests -B
# - stage: integration tests
# before_script:
# - cd deploy
# - ../extras/travis_push_docker_hub.sh
# - make bootstrap
# - sudo chown -R travis private
# - docker network create cega
# - docker-compose up -d #--scale ingest=3 --scale verify=5
# - docker-compose ps
# script:
# - sleep 5
# - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
# - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
# - pip install pika
# - make -C test
# - sleep 10
# - make -C test check
- stage: integration tests
before_script:
- cd deploy
- ../extras/travis_push_docker_hub.sh
- make bootstrap
- sudo chown -R travis private
- docker network create cega
- docker-compose up -d #--scale ingest=3 --scale verify=5
- docker-compose ps
script:
- sleep 5
- pip install idna==2.7
- pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
- pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
- pip install pika
- make -C test
- sleep 10
- make -C test check
- stage: tag image
script: ./extras/travis_push_docker_hub.sh

Expand Down

0 comments on commit 6df4698

Please sign in to comment.