Skip to content

Commit

Permalink
update travis / dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sph3rex committed Jul 2, 2019
1 parent 7e35319 commit 2206133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
language: python

services:
- docker

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR /code

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

0 comments on commit 2206133

Please sign in to comment.