Skip to content

Commit

Permalink
[build] Add python unit tests to be run via Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 31, 2020
1 parent 900a272 commit 52a16c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ matrix:
<<: *chrome
- env: TASK=javadocs
<<: *java
- env: TOXENV=py27-unit
- env: BZL="test //py:unit"
<<: *python
- env: TOXENV=flake8
<<: *python
python: 3.6
- env: TOXENV=docs
<<: *python
python: 3.6
- env: TOXENV=py36-unit
- env: BZL="test //py:unit"
<<: *python
python: 3.6
- env: CHROME=1 BZL="test //py:test-chrome"
Expand Down

0 comments on commit 52a16c9

Please sign in to comment.