diff --git a/.travis/install.sh b/.travis/install.sh index 095752f6..3b0168e3 100644 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -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 diff --git a/appveyor.yml b/appveyor.yml index b609cdf8..fbeef646 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 .