https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eddbddafe29bf9f1f7ba5f19a376d393744a3290 authored by Bryna Hazelton on 13 January 2017, 20:19:33 UTC, committed by Bryna Hazelton on 13 January 2017, 20:19:33 UTC
1 parent 97e1826
Raw File
Tip revision: eddbddafe29bf9f1f7ba5f19a376d393744a3290 authored by Bryna Hazelton on 13 January 2017, 20:19:33 UTC
travis tweaks
Tip revision: eddbdda
.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 astropy
  - pip install aipy
  - python setup.py install
# command to run tests
script: nosetests
back to top