Re-add travis.yml

pull/15/head
Josselin 6 years ago
parent d2c33dce48
commit bed743c5db
  1. 18
      .travis.yml

@ -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
Loading…
Cancel
Save