Skip to content

MAINT pytest now exit on first failure on travis #7882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2017
Merged

MAINT pytest now exit on first failure on travis #7882

merged 1 commit into from
Jan 20, 2017

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Jan 20, 2017

This pull request configures travis to exit after the first failure: this should allow us to gain time on the travis build.

I have only activated this for py.test, as nose requires a plugin and we will hopefully not have to support nose anymore.

@NelleV NelleV changed the title MAINT pytest now exist on first failure on travis MAINT pytest now exit on first failure on travis Jan 20, 2017
@NelleV NelleV changed the title MAINT pytest now exit on first failure on travis [MRG] MAINT pytest now exit on first failure on travis Jan 20, 2017
@codecov-io
Copy link

Current coverage is 62.17% (diff: 100%)

Merging #7882 into master will increase coverage by <.01%

@@             master      #7882   diff @@
==========================================
  Files           174        174          
  Lines         56078      56078          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          34862      34864     +2   
+ Misses        21216      21214     -2   
  Partials          0          0          

Powered by Codecov. Last update 4c5fca7...e61c00e

Copy link
Member

@jkseppan jkseppan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

@jkseppan jkseppan changed the title [MRG] MAINT pytest now exit on first failure on travis [MRG+1] MAINT pytest now exit on first failure on travis Jan 20, 2017
@tacaswell tacaswell merged commit e2b2b5a into matplotlib:master Jan 20, 2017
@QuLogic QuLogic added this to the 2.1 (next point release) milestone Jan 22, 2017
@QuLogic QuLogic changed the title [MRG+1] MAINT pytest now exit on first failure on travis MAINT pytest now exit on first failure on travis Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants