Skip to content

Commit

Permalink
Testing: Update to latest tag
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ccordoba12 committed Jul 1, 2016
1 parent 9f9a55d commit d1adadf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/appveyor/run_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir C:\projects\tmp
cd C:\projects\tmp

:: Install the package we created
conda install -q -y --use-local spyder==3.0.0b3
conda install -q -y --use-local spyder==3.0.0b4

:: Install extra packages
conda install -q -y %EXTRA_PACKAGES%
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/conda-recipes/spyder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spyder
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }} # [unix]
version: 3.0.0b3 # [win]
version: 3.0.0b4 # [win]

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} # [unix]
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$USE_CONDA" = true ] ; then
cd ~/tmp

# Install and run the package
conda install --use-local spyder==3.0.0b3
conda install --use-local spyder==3.0.0b4

# Install extra packages
conda install -q $EXTRA_PACKAGES
Expand Down

0 comments on commit d1adadf

Please sign in to comment.