Skip to content

Commit

Permalink
normal pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jan 11, 2018
1 parent 10da28f commit c9369ab
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.0b4
pip install conan
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.0b4 nose
- pip.exe install conan nose

test_script:
- nosetests .

0 comments on commit c9369ab

Please sign in to comment.