Files
pyrad3/.travis.yml
Istvan Ruzman 6b639f3aaf Initial commit
2020-07-02 16:01:29 +02:00

12 lines
254 B
YAML

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