Travis-CI support added

This commit is contained in:
Lukas Klass 2020-10-29 11:21:37 +01:00
parent 4653654cef
commit ba632cfc1a
2 changed files with 12 additions and 1 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- python3 -m unittest discover tests

View File

@ -1,4 +1,4 @@
[![Build Status](http://esbo-ds.irs.uni-stuttgart.de:8080/buildStatus/icon?job=ESBO-ETC)](http://esbo-ds.irs.uni-stuttgart.de:8080/job/ESBO-ETC/)
[![Build Status](https://travis-ci.com/LukasK13/ESBO-ETC.svg?branch=master)](https://travis-ci.com/LukasK13/ESBO-ETC)
# ESBO-ETC
A modular exposure time calculator for the ESBO telescope.