Skip to content

Commit

Permalink
Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergray committed Sep 13, 2020
1 parent e57a1ff commit 6087ebb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- python setup.py install
script:
- python setup.py test

0 comments on commit 6087ebb

Please sign in to comment.