Skip to content

Commit

Permalink
Re-add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Sep 11, 2018
1 parent d2c33dc commit bed743c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required
os:
- linux
language: python
python:
- 3.6

branches:
only:
- master

install:
- scripts/travis_install.sh

script:
- scripts/travis_test.sh


0 comments on commit bed743c

Please sign in to comment.