Travis-CI support added
This commit is contained in:
parent
4653654cef
commit
ba632cfc1a
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
@ -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
|
# ESBO-ETC
|
||||||
A modular exposure time calculator for the ESBO telescope.
|
A modular exposure time calculator for the ESBO telescope.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user