allow python 3.3's travis job to fail

main
Fabien C. Y. Benureau 6 years ago
parent a6c7376b51
commit 3c6d547a91
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

@ -38,6 +38,9 @@ matrix:
- python3 -m venv env
- source env/bin/activate
allow_failures:
- python: 3.3
# command to install dependencies
install:
- python --version

Loading…
Cancel
Save