Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0037595 + 6d9d1d3 commit 620bdd8Copy full SHA for 620bdd8
1 file changed
.travis.yml
@@ -69,7 +69,8 @@ install:
69
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
70
fi
71
# Always install from pypi
72
- - pip install $PRE nose pep8 cycler
+ - pip install $PRE pep8 cycler
73
+ - 'pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
74
75
# Install mock on python 2. Python 2.6 requires mock 1.0.1
76
# Since later versions have dropped support
0 commit comments