Skip to content

Commit a59bc21

Browse files
committedNov 2, 2018
Typo in readme, run tests in order sequentially, show output
1 parent bbeae18 commit a59bc21

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
 

‎.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@ install:
44
- docker build . -t apertif/apercal
55
script:
66
- docker run apertif/apercal pycodestyle apercal --ignore=E501,E127,E741,E122,W504,E126
7-
- docker run apertif/apercal pytest test/test_ccal.py test/test_continuum.py test/test_convert.py test/test_preflag.py test/test_prepare.py test/test_transfer.py
7+
- docker run apertif/apercal pytest -s test/test_prepare.py
8+
- docker run apertif/apercal pytest -s test/test_preflag.py
9+
- docker run apertif/apercal pytest -s test/test_ccal.py
10+
- docker run apertif/apercal pytest -s test/test_convert.py
11+
# - docker run apertif/apercal pytest -s test/test_scal.py
12+
# - docker run apertif/apercal pytest -s test/test_continuum.py
13+
# - docker run apertif/apercal pytest -s test/test_line.py
14+
# - docker run apertif/apercal pytest -s test/test_transfer.py
815

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# About
22

3-
Apercal - the apertif real time imaging pipeline.
3+
Apercal - the APERTIF calibration and imaging pipeline.
44

55
https://www.astron.nl/astronomy-group/apertif/apertif
66

7-
# installation
7+
# Installation
88

99
```bash
1010
$ pip install .
1111
```
1212

1313

1414
# Development
15-
[![Build Status](https://travis-ci.org/apertif/apercal.svg?branch=master)](https://travis-ci.org/apertif/apercal)
15+
[![Build Status](https://travis-ci.org/apertif/apercal.svg?branch=master)](https://travis-ci.org/apertif/apercal)

0 commit comments

Comments
 (0)
Failed to load comments.