Skip to content

Commit

Permalink
Merge 4cb70bd into a92bb2e
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern authored Aug 10, 2018
2 parents a92bb2e + 4cb70bd commit fff8241
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ python:
cache:
pip: true

env:
- PYUVDATA_VERSION="@9c94be0366eb41692f5501caac99981026a7ffe6"
- PYUVDATA_VERSION=""

allow_failures:
- env: PYUVDATA_VERSION=""

install:
# ensure that we have the full tag information available for version.py
- git fetch --tags
Expand All @@ -31,7 +38,7 @@ install:
- source activate test-environment
- conda install -c conda-forge aipy
- pip install coveralls
- pip install git+https://github.com/HERA-Team/pyuvdata.git
- pip install git+https://github.com/HERA-Team/pyuvdata.git$PYUVDATA_VERSION
- pip install git+https://github.com/HERA-Team/omnical.git
- pip install git+https://github.com/HERA-Team/linsolve.git
- pip install git+https://github.com/HERA-Team/hera_qm.git
Expand Down

0 comments on commit fff8241

Please sign in to comment.