Skip to content

Commit 68980d3

Browse files
author
Harry Kantas
committed
fixing Travis CI tests runner
1 parent 5555f22 commit 68980d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python:
44
install:
55
- pip install -r 3rdparty/python/requirements.txt
66
script:
7-
- ./pants test tests::
7+
- ./pants clean-all test tests:

tests/BUILD

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
target(
2+
name = "tests",
3+
dependencies = [
4+
":google_api",
5+
":pagerduty_api",
6+
":duo_api",
7+
],
8+
)
9+
110
target(
211
name = "google_api",
312
dependencies = [

0 commit comments

Comments
 (0)