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

Commit 9005f3b

Browse files
committed
Temporary fix: idna's version is 2.7
1 parent 6634124 commit 9005f3b

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.travis.yml

+18-17
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,24 @@ jobs:
7979
script:
8080
- cd tests
8181
- mvn test -Dtest=RobustnessTests -B
82-
# - stage: integration tests
83-
# before_script:
84-
# - cd deploy
85-
# - ../extras/travis_push_docker_hub.sh
86-
# - make bootstrap
87-
# - sudo chown -R travis private
88-
# - docker network create cega
89-
# - docker-compose up -d #--scale ingest=3 --scale verify=5
90-
# - docker-compose ps
91-
# script:
92-
# - sleep 5
93-
# - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
94-
# - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
95-
# - pip install pika
96-
# - make -C test
97-
# - sleep 10
98-
# - make -C test check
82+
- stage: integration tests
83+
before_script:
84+
- cd deploy
85+
- ../extras/travis_push_docker_hub.sh
86+
- make bootstrap
87+
- sudo chown -R travis private
88+
- docker network create cega
89+
- docker-compose up -d #--scale ingest=3 --scale verify=5
90+
- docker-compose ps
91+
script:
92+
- sleep 5
93+
- pip install idna==2.7
94+
- pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
95+
- pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
96+
- pip install pika
97+
- make -C test
98+
- sleep 10
99+
- make -C test check
99100
- stage: tag image
100101
script: ./extras/travis_push_docker_hub.sh
101102

0 commit comments

Comments
 (0)