we specify 3.4 as minimum python version, looks like travis removed 3.3 (#757)
This commit is contained in:
parent
56ce08d0ff
commit
1408997181
@ -1,7 +1,7 @@
|
||||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
install:
|
||||
- "pip install -r dev-requirements.txt"
|
||||
script: "./ci-build.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user