Skip to content

Commit

Permalink
updated beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jan 7, 2018
1 parent 42f513d commit 10da28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate conan
fi

pip install conan==1.0.0b2
pip install conan==1.0.0b4
conan user
pip install nose
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan==1.0.0b2 nose
- pip.exe install conan==1.0.0b4 nose

test_script:
- nosetests .

0 comments on commit 10da28f

Please sign in to comment.