Skip to content

Commit f4fa584

Browse files
author
Scisco
committed
build docker image first
1 parent fad40e2 commit f4fa584

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sudo: required
33
services:
44
- docker
55

6+
before_script:
7+
- docker build -t 'developmentseed/landsat-util:travis' .
8+
69
script:
710
- docker run --rm -it -v "$(pwd)":/test developmentseed/landsat-util:travis nosetests
811

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To run the documentation locally::
3232
Travis Tests
3333
++++++++++++
3434

35-
To speed up testing on travis, we use a docker image. If you add new packages, to ensure that tests will pass on Travis, make sure to rebuild the docker image and push it to DockerHub with `travis` tag.
35+
To speed up testing on travis, we use a docker image.
3636

3737
To test with docker image locally run:
3838

0 commit comments

Comments
 (0)