Skip to content

Commit

Permalink
Add Travis CI configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed May 1, 2019
1 parent 1138710 commit a1ebab5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ubuntu 16.04 required for Python >= 3.7
dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
- python setup.py develop
script:
- make check

0 comments on commit a1ebab5

Please sign in to comment.