1
0
Fork 0

Only install alt keyring backends in Travis CI

This commit is contained in:
Chris Fournier 2018-05-14 14:24:31 -04:00
parent 8cd8756687
commit 571bb5ca37
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ python:
install:
- pip install .
- pip install -r requirements-dev.txt
- pip install keyrings.alt>=3.1
script:
- set -e

View File

@ -11,4 +11,3 @@ autopep8==1.3.3
git+https://github.com/hayd/pep8radius.git
click==6.7
twine==1.11.0
keyrings.alt>=3.1