Skip to content

Commit

Permalink
Configuring Travis for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 1, 2018
1 parent e5a5ada commit bb28043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
sudo: required
dist: trusty
language: python
python:
- "2.7"
services: docker
script: ./docker_build
after_success:
Expand Down

0 comments on commit bb28043

Please sign in to comment.