[CI] Restrict Travis to Python2.7 only until build works

This commit is contained in:
Tobi-wan Kenobi 2016-12-10 19:37:03 +01:00
parent 6e3a9ec4d3
commit 921afe475f

View file

@ -1,10 +1,10 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.2" # - "3.2"
- "3.3" # - "3.3"
- "3.4" # - "3.4"
- "3.5" # - "3.5"
install: install:
- pip install psutil - pip install psutil
- pip install netifaces - pip install netifaces