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

This commit is contained in:
Omar Padron 2018-12-23 20:42:09 -05:00 committed by Todd Gamblin
parent 908ecf3e74
commit fcce8b8dc2

View File

@ -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