try to incorporate travisci
This commit is contained in:
parent
60b2e0a69a
commit
3d372ebe30
2 changed files with 14 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nose2
|
||||
Loading…
Add table
Add a link
Reference in a new issue