https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 172080b337f98cc8d4b367a90d97fab877daaa86 authored by Bryna Hazelton on 12 January 2017, 23:48:34 UTC, committed by Bryna Hazelton on 12 January 2017, 23:48:34 UTC
1 parent 5aee8d6
Raw File
Tip revision: 172080b337f98cc8d4b367a90d97fab877daaa86 authored by Bryna Hazelton on 12 January 2017, 23:48:34 UTC
trying to get travis working
Tip revision: 172080b
.travis.yml
language: python
python:
  - "2.7"
# command to install dependencies
install:
  - pip install --user .
# command to run tests
script: nosetests
back to top