tox: Replace py344 with py34

tox does not know what "py344" is and just runs the tests on your
default Python version instead.

For a complete list of default enviroments, see
https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environm
pull/8/head
Stein Magnus Jodal 2017-08-07 01:00:43 +02:00
rodzic cf62ac865f
commit a9d020daf0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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