Browse Source

add basic .travis.yml

pull/1/head
Coin de Gamma 5 years ago
parent
commit
26dcd6df83
  1. 10
      .travis.yml

10
.travis.yml

@ -0,0 +1,10 @@
matrix:
include:
- language: python
python: 3.6.6
before_script:
- cd analytics
script:
- python -m unittest discover
notifications:
email: false
Loading…
Cancel
Save