We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5555f22 commit 68980d3Copy full SHA for 68980d3
.travis.yml
@@ -4,4 +4,4 @@ python:
4
install:
5
- pip install -r 3rdparty/python/requirements.txt
6
script:
7
- - ./pants test tests::
+ - ./pants clean-all test tests:
tests/BUILD
@@ -1,3 +1,12 @@
1
+target(
2
+ name = "tests",
3
+ dependencies = [
+ ":google_api",
+ ":pagerduty_api",
+ ":duo_api",
+ ],
8
+)
9
+
10
target(
11
name = "google_api",
12
dependencies = [
0 commit comments