Skip to content

Commit

Permalink
Merge branch 'release/0.17.0-beta1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Apr 24, 2018
2 parents 9e32883 + 1cc083f commit 244b3f5
Show file tree
Hide file tree
Showing 39 changed files with 2,216 additions and 1,268 deletions.
4 changes: 2 additions & 2 deletions .ci/appveyor/install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
SET PYTHONPATH=%PYTHONPATH%;%CD%
SET CONAN_TEST_SUITE=1
%PYTHON%/Scripts/pip.exe install -r conan/requirements_test.txt
%PYTHON%/Scripts/pip.exe install -r conan/requirements.txt
%PYTHON%/Scripts/pip.exe install -r cpt/requirements_test.txt
%PYTHON%/Scripts/pip.exe install -r cpt/requirements.txt
2 changes: 1 addition & 1 deletion .ci/appveyor/test.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
conan user
mkdir %HOMEPATH%/.conan/data
nosetests conan.test
nosetests cpt.test --nocapture
4 changes: 2 additions & 2 deletions .ci/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ else
sudo apt-get install gcc-multilib g++-multilib
fi

pip install -r conan/requirements.txt
pip install -r conan/requirements_test.txt
pip install -r cpt/requirements.txt
pip install -r cpt/requirements_test.txt
2 changes: 1 addition & 1 deletion .ci/travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ fi

conan user
mkdir ~/.conan/data
nosetests conan.test
nosetests cpt.test --nocapture
145 changes: 111 additions & 34 deletions README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
environment:
matrix:
- PYTHON: "C:\\Python27"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- PYTHON: "C:\\Python35"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

build: false
install:
- .ci/appveyor/install.bat
Expand Down
2 changes: 0 additions & 2 deletions conan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@

__version__ = '0.16.5'
231 changes: 0 additions & 231 deletions conan/create_runner.py

This file was deleted.

Loading

0 comments on commit 244b3f5

Please sign in to comment.