Browse Source

👷 Add Travis

pull/1/head
Sebastián Ramírez 6 years ago
parent
commit
9b0aeb726c
  1. 16
      .travis.yml

16
.travis.yml

@ -0,0 +1,16 @@
language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pipenv install
script:
- scripts/test
# after_script:
# - codecov
Loading…
Cancel
Save