Initial commit
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# command to install dependencies
|
||||
install: "pip install nose coverage python-coveralls"
|
||||
# command to run tests
|
||||
script: nosetests -v --with-coverage --cover-package=pyrad
|
||||
after_success:
|
||||
- coveralls
|
||||
Reference in New Issue
Block a user