we specify 3.4 as minimum python version, looks like travis removed 3.3 (#757)

This commit is contained in:
chestm007 2019-07-10 15:43:32 +10:00 committed by GitHub
parent 56ce08d0ff
commit 1408997181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: python
sudo: false
python:
- "3.3"
- "3.4"
install:
- "pip install -r dev-requirements.txt"
script: "./ci-build.sh"