Skip to content
Snippets Groups Projects
Commit 7f5d2c7b authored by nimrod's avatar nimrod
Browse files

- Disable testing on Python 3.5, it isn't supported by Molecule and doesn't...

- Disable testing on Python 3.5, it isn't supported by Molecule and doesn't seem to gonna be supported anytime soon.
parent 0620acb4
Branches
Tags
No related merge requests found
--- ---
language: python language: python
python: ["2.7", "3.5"] python: "2.7"
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
...@@ -19,7 +19,6 @@ env: ...@@ -19,7 +19,6 @@ env:
matrix: matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.5"
- env: *stretch - env: *stretch
- env: *jessie - env: *jessie
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment