Skip to content

Commit

Permalink
Use the same branch for psyplot as for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Apr 11, 2017
1 parent 28f02e0 commit 23eb89a
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 @@ -94,7 +94,7 @@ install:
- git submodule update --init $REFDIR
# use latest development version
# NOTE: Remove this when psyplot is stable enough
- git clone "https://github.com/Chilipp/psyplot.git" -b v1.0.0.dev0
- git clone "https://github.com/Chilipp/psyplot.git" -b $TRAVIS_BRANCH || git clone "https://github.com/Chilipp/psyplot.git"
- cd psyplot && python setup.py install && cd .. && rm -rf psyplot
# install coveralls
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- git submodule update --init %REFDIR%
# use latest development version
# NOTE: Remove this when psyplot is stable enough
- git clone "https://github.com/Chilipp/psyplot.git" -b v1.0.0.dev0
- git clone "https://github.com/Chilipp/psyplot.git" -b %APPVEYOR_REPO_BRANCH% || git clone "https://github.com/Chilipp/psyplot.git"
- cd psyplot
- python setup.py install
- cd ..
Expand Down

0 comments on commit 23eb89a

Please sign in to comment.