Skip to content

Commit 205ec0f

Browse files
committed
Changed tests to not require variants
1 parent fd76531 commit 205ec0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

move_break/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
},
5656
"unittest_python_2": {
5757
"command": "python -m unittest discover",
58-
"on_variants": {"type": "requires", "value": ["python-2.7"],},
58+
"requires": ["python-2"],
5959
},
6060
"unittest_python_3": {
6161
"command": "python -m unittest discover",
62-
"on_variants": {"type": "requires", "value": ["python-3.6"],},
62+
"requires": ["python-3.6"],
6363
},
6464
}
6565

0 commit comments

Comments
 (0)