Disable python 3.4 environment (until 3.4.4 release which should fix the problem with Queue)

pull/8/head
Nico 2015-09-22 23:06:36 +02:00
rodzic 7fb4fb92da
commit 9c76e43de6
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,5 @@
language: python
python:
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt

Wyświetl plik

@ -1,6 +1,6 @@
[tox]
envlist =
py34,
#py34,
py35,
coverage,
#flake8