Revision 1478f1847eef8adef480a2435bc10e206aa804c2 authored by Jeff Whitaker on 06 June 2023, 19:46:55 UTC, committed by Jeff Whitaker on 06 June 2023, 19:46:55 UTC
1 parent 045c616
Raw File
.travis.yml
language: python
python:
  - "2.7"
  - "3.3"
notifications:
  email: false
before_install:
  - sudo apt-get install libhdf5-serial-dev netcdf-bin libnetcdf-dev
  - pip install numpy cython python-dateutil
install:
  - pip install .
script: 
  - cd test
  - python run_all.py
back to top