Skip to content

Commit 41ec485

Browse files
committed
ENH: print pip version right before installing dev-requirements
1 parent 46dd773 commit 41ec485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ before_install:
2525
- pip install --upgrade virtualenv
2626
- virtualenv --python=python venv
2727
- source venv/bin/activate
28+
- pip --version # check again since seems that python_requires='>=3.5' in secretstorage is not in effect
2829
- python --version # just to check
2930
- pip install -r dev-requirements.txt
3031
- pip install requests # below installs pyld but that assumes we have requests already

0 commit comments

Comments
 (0)