Skip to content

Commit

Permalink
add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel B authored Jan 12, 2020
1 parent b1dac0c commit 9e107ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "3.7"
# command to install dependencies
install:
- pip install pipenv
- pipenv install
- pipenv install --dev
# command to run unit tests
script:
- tox

0 comments on commit 9e107ef

Please sign in to comment.