nidhal baccouri commited on
Commit
57df73a
·
1 Parent(s): 8569fdd

travis setup

Browse files
Files changed (2) hide show
  1. .travis.yml +1 -1
  2. tox.ini +0 -1
.travis.yml CHANGED
@@ -4,7 +4,7 @@ language: python
4
  python:
5
  - 3.8
6
  - 3.7
7
- - 3.6
8
  - 3.5
9
  - 3.4
10
  before_install:
 
4
  python:
5
  - 3.8
6
  - 3.7
7
+ # - 3.6
8
  - 3.5
9
  - 3.4
10
  before_install:
tox.ini CHANGED
@@ -5,7 +5,6 @@ envlist = py34, py35, py37, py38, flake8
5
  python =
6
  3.8: py38
7
  3.7: py37
8
- # 3.6: py36
9
  3.5: py35
10
  3.4: py34
11
 
 
5
  python =
6
  3.8: py38
7
  3.7: py37
 
8
  3.5: py35
9
  3.4: py34
10