pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

Fix travis stages #217

Closed nicoddemus closed 5 years ago

nicoddemus commented 5 years ago

As it were, "deploy" would run before "test" because it was left out of the stages section.

Instead of running "test" and "deploy" stages on tags, to run just "deploy"; we already require that all tests have passed before someone pushes a tag for deployment anyway, no sense running the tests again.