Skip to content

Commit

Permalink
ceph-volume: skip missing interpreters when running tox tests
Browse files Browse the repository at this point in the history
This will skip tests for versions of python that don't exist on the node
that's running the tests.

Signed-off-by: Andrew Schoen <[email protected]>
  • Loading branch information
andrewschoen committed May 10, 2019
1 parent 8ebff47 commit f1db0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ceph-volume/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = py27, py35, py36, flake8
skip_missing_interpreters = true

[testenv]
deps=
Expand Down

0 comments on commit f1db0a8

Please sign in to comment.