trailbehind / DeepOSM

Train a deep learning net with OpenStreetMap features and satellite imagery.
MIT License
1.32k stars 182 forks source link

Add initial Travis-CI config #40

Closed zain closed 8 years ago

zain commented 8 years ago

(merge pull request #38 before looking at this one)

All PRs and branches will now be tested by Travis-CI. The following constitutes a build in Travis right now:

  1. Run flake8 to make sure there are no pep8 violations
  2. Build the deeposm cpu docker container (Dockerfile) and confirm it builds successfully
  3. $ echo "TODO - add tests"

Builds take about 15 minutes. You can see the build status at the bottom of this PR.

Fixes #35.

andrewljohnson commented 8 years ago

lgtm on this one too - good and proper build process 👍