Skip to content
Snippets Groups Projects
Commit fcce8b8d authored by Omar Padron's avatar Omar Padron Committed by Todd Gamblin
Browse files

travis: fix pip install for docker stage (#10177)

parent 908ecf3e
No related branches found
No related tags found
No related merge requests found
...@@ -104,10 +104,11 @@ jobs: ...@@ -104,10 +104,11 @@ jobs:
os: linux os: linux
language: python language: python
env: [ TEST_SUITE=build, 'SPEC=mpich' ] env: [ TEST_SUITE=build, 'SPEC=mpich' ]
- stage: 'docker build' - python: '3.6'
stage: 'docker build'
sudo: required sudo: required
os: linux os: linux
language: generic language: python
env: TEST_SUITE=docker env: TEST_SUITE=docker
allow_failures: allow_failures:
- env: TEST_SUITE=docker - env: TEST_SUITE=docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment