mattduck / pytest-it

Decorate your pytest suite with RSpec-style pytest markers, then run `pytest --it` to see a plaintext spec of the test structure.
MIT License
37 stars 6 forks source link

Fix Travis PyPI release #3

Closed mattduck closed 5 years ago

mattduck commented 5 years ago

It keeps skipping the deploy step. I haven't used Travis much in the last couple of years so need to check if anything has changed.

mattduck commented 5 years ago

Fixed