Skip to content

Commit

Permalink
Update .travis.yml to be more explicit for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent 91d3dcd commit 0a0bd57
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,31 @@ install:

jobs:
include:
- python: 3.6
- python: 3.5
- stage: Core tests
python:
- 3.5
- 3.6
script:
- nosetests $CORE_TESTS
- coveralls
- coverage xml
- ./cc-test-reporter format-coverage

- stage: Advanced tests
python:
- 3.5
- 3.6
install:
- pip install lightgbm keras tensorflow catboost xgboost
script:
- nosetests $ADVANCED_TESTS
- coveralls
- coverage xml
- ./cc-test-reporter format-coverage

- stage: Upload to Code Climate
python:
- 3.6
script:
- ./cc-test-reporter sum-coverage
- ./cc-test-reporter upload-coverage # Upload coverage

0 comments on commit 0a0bd57

Please sign in to comment.