Skip to content

Commit 2206133

Browse files
committed
update travis / dockerfile
1 parent 7e35319 commit 2206133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
language: python
2+
33
services:
44
- docker
55

docker/Dockerfile.tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ WORKDIR /code
77

88
RUN apt-get update \
99
&& apt-get install -y build-essential mpich \
10-
&& pip install -r requirements.txt
10+
&& pip install --progress-bar off --requirement requirements.txt

0 commit comments

Comments
 (0)