Skip to content
Snippets Groups Projects
Commit 9a9ac230 authored by Jacques Grelet's avatar Jacques Grelet
Browse files

update travis test

parent ce065f34
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "3.7"
- "3.8"
#- "3.7"
#- "3.8"
- "3.9"
- "3.10"
#- "3.10"
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
......@@ -23,4 +23,5 @@ install:
- pip install julian notanorm
script:
- pytest
\ No newline at end of file
- make test
- make all
\ No newline at end of file
......@@ -9,6 +9,4 @@ and extract data from header files and write result into ASCII, ODV and NetCDF O
The last version use an embedded Sqlite3 database to normalize, save and retreive data from memory.
See the [wiki](https://github.com/jgrelet/oceano2python/wiki) for documentation and technical description
See the [wiki](https://github.com/jgrelet/oceano2python/wiki) for documentation and technical description.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment