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

- Try using Python 3.4 as it seems to be the oldest Python 3 version on which...

- Try using Python 3.4 as it seems to be the oldest Python 3 version on which pre-commit tests (according to their Travis CI).
parent 766b0c91
No related branches found
No related tags found
No related merge requests found
--- ---
language: python language: python
python: ["2.7", "3.2"] python: ["2.7", "3.4"]
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.2" - python: "3.4"
cache: cache:
- pip - pip
- directories: - directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment