Skip to content
Snippets Groups Projects
Commit d83b8031 authored by Paul Gierz's avatar Paul Gierz
Browse files

ci(travis): adds cdo to ci deps

parent a55c6be8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ dist: xenial ...@@ -3,6 +3,8 @@ dist: xenial
python: python:
- '3.7' - '3.7'
- '3.6' - '3.6'
before_install:
- sudo apt-get -y install cdo
install: pip install -U tox-travis install: pip install -U tox-travis
script: tox script: tox
deploy: deploy:
......
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