Skip to content

Commit d525bab

Browse files
committed
travis: 3.7 support
1 parent 3b4cf07 commit d525bab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_colors.py

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ def test_gen_colors(self):
1212
result = colors.get("tests/test_files/test.jpg")
1313
self.assertEqual(len(result["colors"]["color0"]), 7)
1414

15-
def test_gen_colors_fail(self):
16-
"""> Generate a colorscheme and fail."""
17-
with self.assertRaises(SystemExit):
18-
colors.get("tests/test_files/test.png")
19-
2015
def test_color_import(self):
2116
"""> Read colors from a file."""
2217
result = colors.file("tests/test_files/test_file.json")

0 commit comments

Comments
 (0)