Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob6838 committed Nov 8, 2024
1 parent 9811989 commit 60616ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: python
python:
- "3.6"
- '3.6'
addons:
sonarcloud:
organization: "cdot-cv"
organization: 'cdot-cv'
token: ${SONAR_TOKEN}


script:
- coverage erase
- coverage run -m pytest 'test/'
- coverage run -m pytest 'tests/'
- coverage xml -i
- sonar-scanner

0 comments on commit 60616ea

Please sign in to comment.