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
python: ["2.7", "3.2"]
python: ["2.7", "3.4"]
dist: trusty
sudo: True
group: beta
......@@ -14,7 +14,7 @@ env:
platform: all
matrix:
allow_failures:
- python: "3.2"
- python: "3.4"
cache:
- pip
- 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