Skip to content

Commit

Permalink
Add travis configuration file for continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerpeer committed Jun 19, 2019
1 parent b9b3fce commit c0ab83d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
dist:
xenial

language:
python

python:
- "3.5"
- "3.6"
- "3.7"

install:
pip install tox-travis

script:
tox

0 comments on commit c0ab83d

Please sign in to comment.