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 46dd773 commit 41ec485Copy full SHA for 41ec485
.travis.yml
@@ -25,6 +25,7 @@ before_install:
25
- pip install --upgrade virtualenv
26
- virtualenv --python=python venv
27
- source venv/bin/activate
28
+ - pip --version # check again since seems that python_requires='>=3.5' in secretstorage is not in effect
29
- python --version # just to check
30
- pip install -r dev-requirements.txt
31
- pip install requests # below installs pyld but that assumes we have requests already
0 commit comments