We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5c037 commit 1a8bc26Copy full SHA for 1a8bc26
.travis.yml
@@ -4,7 +4,14 @@ python:
4
- '3.6'
5
env:
6
matrix:
7
- - TEST_FILENAME=test_add_target.py
+ - 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
15
- TEST_FILENAME=test_database_summary.py
16
- TEST_FILENAME=test_delete_target.py
17
- TEST_FILENAME=test_get_duplicates.py
0 commit comments