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

- Try Python 3.5 (molecule dependency fails in Python 3.4).

parent 49a22570
Branches
No related tags found
No related merge requests found
--- ---
language: python language: python
python: ["2.7", "3.4"] python: ["2.7", "3.5"]
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
...@@ -14,7 +14,7 @@ env: ...@@ -14,7 +14,7 @@ env:
platform: all platform: all
matrix: matrix:
allow_failures: allow_failures:
- python: "3.4" - python: "3.5"
cache: cache:
- pip - pip
- directories: - directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment