Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent 0a0bd57 commit 5f25ba9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: python

cache: pip

env:
- CORE_TESTS=tests/core_tests/scoring_tests.py
- ADVANCED_TESTS=tests/core_tests/basic_tests.py
#env:
# - CORE_TESTS=tests/core_tests/scoring_tests.py
# - ADVANCED_TESTS=tests/core_tests/basic_tests.py
# - CORE_TESTS=tests/core_tests/api_coverage_tests_classifiers.py
# - CORE_TESTS=tests/core_tests/api_coverage_tests_regressors.py
# - CORE_TESTS=tests/core_tests/calibrate_classifier_tests.py
Expand All @@ -25,18 +25,20 @@ before_install: # Code coverage for codeclimate
- ./cc-test-reporter before-build

install:
- TEST_DIR=$PWD
# - TEST_DIR=$PWD
- pip install --upgrade pip setuptools wheel
- pip install coverage coveralls nose tables
- pip install -r requirements.txt


jobs:
include:
- stage: Core tests
- stage: Core Tests
python:
- 3.5
- 3.6
env:
- CORE_TESTS=tests/core_tests/scoring_tests.py
script:
- nosetests $CORE_TESTS
- coveralls
Expand All @@ -47,6 +49,8 @@ jobs:
python:
- 3.5
- 3.6
env:
- ADVANCED_TESTS=tests/core_tests/basic_tests.py
install:
- pip install lightgbm keras tensorflow catboost xgboost
script:
Expand Down

0 comments on commit 5f25ba9

Please sign in to comment.