forked from NCAR/ccpp-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (23 loc) · 668 Bytes
/
Copy path.travis.yml
File metadata and controls
28 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
branches:
only:
- feature/capgen
install:
- pip install pylint
script:
- env PYTHONPATH=scripts:${PYTHONPATH} pylint --rcfile ./test/.pylintrc ./test/unit_tests/test_metadata_table.py
- env PYTHONPATH=scripts:${PYTHONPATH} pylint --rcfile ./test/.pylintrc ./test/unit_tests/test_metadata_scheme_file.py
- python test/unit_tests/test_metadata_table.py
- python test/unit_tests/test_metadata_scheme_file.py
notifications:
email:
recipients:
- dom.heinzeller@noaa.gov
- goldy@ucar.edu
on_success: always # default: change
on_failure: always # default: always