Create .travis.yml
This commit is contained in:
parent
a1ff95cc23
commit
70b88a4e26
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
install:
|
||||||
|
- pip install pipenv
|
||||||
|
- pipenv install --dev
|
||||||
|
|
||||||
|
script: nosetests
|
||||||
Loading…
Add table
Add a link
Reference in a new issue