https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6766642e95db548b19da8a1e2ed6bc803dcc8bc5 authored by Bryna Hazelton on 13 January 2017, 00:03:25 UTC, committed by Bryna Hazelton on 13 January 2017, 00:03:25 UTC
1 parent d2c006f
Raw File
Tip revision: 6766642e95db548b19da8a1e2ed6bc803dcc8bc5 authored by Bryna Hazelton on 13 January 2017, 00:03:25 UTC
travis stuff
Tip revision: 6766642
.travis.yml
language: python
python:
  - "2.7"
# command to install dependencies
install:
  - pip install --upgrade pip setuptools wheel.
  - pip install --only-binary=numpy,scipy numpy scipy
  - pip install --user .
# command to run tests
script: nosetests
back to top