Skip to content

Commit

Permalink
Revert .travis.yml to original tests
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Nov 4, 2020
1 parent ca1c289 commit f3127a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
- pip install -r travis_requirements.txt

script:
- python3 -mpytest cairis/test/test_AssetAPI.py -v
- python3 -mpytest cairis/test --doctest-modules -v --cov cairis/core cairis/daemon cairis/controllers cairis/data cairis/tools --cov-report term-missing

after_success:
- coveralls
Expand Down

0 comments on commit f3127a6

Please sign in to comment.