Skip to content

Commit

Permalink
Remove a Travis typo that causes expensive SageMaker & pyfunc tests t…
Browse files Browse the repository at this point in the history
…o run twice (mlflow#1092)

Fixes a small typo in .travis.yml that slows down Python CI builds
  • Loading branch information
smurching committed Apr 3, 2019
1 parent ba59f8f commit 38eb5ad
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 @@ -92,7 +92,7 @@ script:
# fi
# Run tests that don't leverage specific ML frameworks
- pytest --cov=mlflow --verbose --large --ignore=tests/h2o --ignore=tests/keras
--ignore=tests/pytorch --ignore=tests/pyfunc--ignore=tests/sagemaker --ignore=tests/sklearn
--ignore=tests/pytorch --ignore=tests/pyfunc --ignore=tests/sagemaker --ignore=tests/sklearn
--ignore=tests/spark --ignore=tests/tensorflow
# Run ML framework tests in their own Python processes. TODO: find a better method of isolating
# tests.
Expand Down

0 comments on commit 38eb5ad

Please sign in to comment.