https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b2ac3c632ab0974b99aade1805ad42b847d60cb8 authored by Bryna Hazelton on 12 January 2017, 23:32:27 UTC, committed by Bryna Hazelton on 12 January 2017, 23:32:27 UTC
1 parent e4c8391
Raw File
Tip revision: b2ac3c632ab0974b99aade1805ad42b847d60cb8 authored by Bryna Hazelton on 12 January 2017, 23:32:27 UTC
tweak for .travis.yml
Tip revision: b2ac3c6
.travis.yml
language: python
python:
  - "2.7"
# command to install dependencies
install:
  - pip install scipy
  - pip install .
# command to run tests
script: nosetests
back to top