Skip to content

Commit 1a8bc26

Browse files
committed
Multiple builders for multiple add target things [skip ci]
1 parent 7b5c037 commit 1a8bc26

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ python:
44
- '3.6'
55
env:
66
matrix:
7-
- TEST_FILENAME=test_add_target.py
7+
- TEST_FILENAME=test_add_target.py::TestContentTypes
8+
- TEST_FILENAME=test_add_target.py::TestMissingData
9+
- TEST_FILENAME=test_add_target.py::TestWidth
10+
- TEST_FILENAME=test_add_target.py::TestTargetName
11+
- TEST_FILENAME=test_add_target.py::TestImage
12+
- TEST_FILENAME=test_add_target.py::TestActiveFlag
13+
- TEST_FILENAME=test_add_target.py::TestUnexpectedData
14+
- TEST_FILENAME=test_add_target.py::TestApplicationMetadata
815
- TEST_FILENAME=test_database_summary.py
916
- TEST_FILENAME=test_delete_target.py
1017
- TEST_FILENAME=test_get_duplicates.py

0 commit comments

Comments
 (0)