Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Adds travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 31, 2019
1 parent 0477747 commit d281bae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

python:
- "3.7-dev"

install:
- pip install -r requirements.txt

script:
"pytest"

0 comments on commit d281bae

Please sign in to comment.