Skip to content

Commit

Permalink
Merge pull request #88 from brittonsmith/testthis
Browse files Browse the repository at this point in the history
more testing fixes maybe
  • Loading branch information
brittonsmith committed Jul 30, 2019
2 parents 0a5d625 + eedae95 commit f61895f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ install:
before_script:
- |
# tag the tip so we can get back to it
git tag tip
# download config file and ion data
if [ ! -f $TRIDENT_ION_DATA/hm2012_lr.h5 ]; then
wget http://trident-project.org/data/ion_table/hm2012_lr.h5.gz
Expand Down Expand Up @@ -89,7 +91,7 @@ script:
- |
# gold-standard yt + trident tip
export TRIDENT_GENERATE_TEST_RESULTS=0
git checkout HEAD
git checkout tip
pip install -e .
# relevant yt version
pushd $YT_DIR
Expand Down Expand Up @@ -155,6 +157,7 @@ jobs:
- stage: deploy
name: "deploy to pypi"
if: (tag =~ ^v) AND (branch = master)
python: 3.6
before_script: skip
before_install: skip
Expand Down

0 comments on commit f61895f

Please sign in to comment.