Skip to content

Commit

Permalink
Use tox configuration option "extras" (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 9, 2019
1 parent 0951906 commit c175abf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tox.ini
Expand Up @@ -24,14 +24,14 @@ deps =
py27: mock
pytest
pytest-cov
apache-libcloud
boto
boto3
dropbox
google-cloud-storage
paramiko
azure>=3.0.0
azure-storage-blob>=1.3.1
extras =
azure
boto
boto3
dropbox
google
libcloud
sftp

[testenv:integration]
ignore_errors = True
Expand All @@ -50,8 +50,8 @@ setenv =
deps =
Django>=1.11, <1.12
pytest-django
azure>=3.0.0
azure-storage-blob>=1.3.1
extras =
azure

[testenv:flake8]
deps =
Expand Down

0 comments on commit c175abf

Please sign in to comment.