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

Commit

Permalink
Merge pull request #5 from proppy/add-travis
Browse files Browse the repository at this point in the history
add basic travis config
  • Loading branch information
proppy authored Apr 29, 2017
2 parents b272666 + 561a33b commit 271a51f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install nox-automation
script:
- nox -s lint unittest

0 comments on commit 271a51f

Please sign in to comment.