We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stemming from this ticket, it seems that pytest isn't installed under python: 3.3.
pytest
python: 3.3
See the following test build that's just calling pytest --version => https://travis-ci.org/cotsog/travis_ci_prod_regular/builds/299238714
pytest --version
Thank you for looking into it! :)
The text was updated successfully, but these errors were encountered:
Require pytest >= 3.0.0
02408fc
Removing python 3.3 since it is broken in travis-CI
d6f8ed7
See travis-ci/travis-cookbooks#938 for more
1cb17a0
No branches or pull requests
Stemming from this ticket, it seems that
pytest
isn't installed underpython: 3.3
.See the following test build that's just calling
pytest --version
=> https://travis-ci.org/cotsog/travis_ci_prod_regular/builds/299238714Thank you for looking into it! :)
The text was updated successfully, but these errors were encountered: