Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaardBouvet authored Aug 3, 2018
1 parent 8f30c57 commit 34facfa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: required


language: python
python:
- "3.5"

services:
- docker

script: true

after_success:
- bash <(curl -s https://raw.githubusercontent.com/sesam-community/guidelines/master/after_success.sh)

0 comments on commit 34facfa

Please sign in to comment.