Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 22, 2017
1 parent e13c17a commit ec75697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ script:
# create the necessary references
- if [[ $CREATE_REFERENCES != "" ]]; then
echo "Running $CREATE_REFERENCES";
bash -c $CREATE_REFERENCES;
py.test -xv --ref $CREATE_REFERENCES;
fi
# run the tests
# - cd $WORK && coverage run --source=psy_simple setup.py pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/create_references.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# `bash -c ${CREATE_REFERENCES}` creates the reference figures. Set
# CREATE_REFERENCES="" if no references shall be created

export CREATE_REFERENCES='py.test -xv --ref tests/test_plotters.py::CombinedSimplePlotterTest::ref_cmap'
export CREATE_REFERENCES='tests/test_plotters.py::CombinedSimplePlotterTest::ref_cmap'

0 comments on commit ec75697

Please sign in to comment.