Skip to content

Commit d1dc3ae

Browse files
Andrei PashkinAndrei Pashkin
Andrei Pashkin
authored and
Andrei Pashkin
committed
rpc: add RPC subproject ot Travis CI config.
1 parent 134b357 commit d1dc3ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ matrix:
2424
- pip install 'tox>=2.4.1,<3'
2525
script:
2626
- cd synchronization_service && tox
27+
- language: python
28+
python: "3.6"
29+
install:
30+
- pip install 'tox>=2.4.1,<3'
31+
script:
32+
- cd rpc/pyton && tox

0 commit comments

Comments
 (0)