We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58387b9 commit 4090857Copy full SHA for 4090857
.travis/before_install.sh
@@ -4,8 +4,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
4
5
# Install some custom requirements on OS X
6
# e.g. brew install pyenv-virtualenv
7
- brew update
8
- brew install python
+ #brew update
+ #brew install python
9
+ sudo easy_install -U pip
10
11
else
12
# Install some custom requirements on Linux
Makefile
@@ -44,7 +44,7 @@ test : FORCE pep8
44
$(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html
45
46
pytest : FORCE
47
- $(PYTHON) -m py.test -v test/ --cov=ot
+ $(PYTHON) -m pytest -v test/ --cov=ot
48
49
uploadpypi :
50
#python setup.py register
0 commit comments