= commited on
Commit
88f1279
·
1 Parent(s): 82be48a

test for py3.4

Browse files
Files changed (2) hide show
  1. .travis.yml +1 -1
  2. tox.ini +2 -1
.travis.yml CHANGED
@@ -6,7 +6,7 @@ python:
6
  - 3.7
7
  - 3.6
8
  - 3.5
9
- -
10
  before_install:
11
  - "pip install -U pip"
12
  - "python setup.py install"
 
6
  - 3.7
7
  - 3.6
8
  - 3.5
9
+ - 3.4
10
  before_install:
11
  - "pip install -U pip"
12
  - "python setup.py install"
tox.ini CHANGED
@@ -1,5 +1,5 @@
1
  [tox]
2
- envlist = py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
@@ -7,6 +7,7 @@ python =
7
  3.7: py37
8
  3.6: py36
9
  3.5: py35
 
10
 
11
 
12
  [testenv:flake8]
 
1
  [tox]
2
+ envlist = py34, py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
 
7
  3.7: py37
8
  3.6: py36
9
  3.5: py35
10
+ 3.4: py34
11
 
12
 
13
  [testenv:flake8]