remove python 3.4 tests

This commit is contained in:
Scisco
2016-03-25 17:24:09 -04:00
parent 64c6754e54
commit a331b2ec72

View File

@@ -3,7 +3,6 @@ sudo: false
python:
- '2.7'
- '3.4'
- '3.5'
cache:
@@ -37,7 +36,6 @@ before_install:
install:
- pip wheel -r requirements-dev.txt
- pip install -r requirements-dev.txt
- pip install -e .