nidhal baccouri
commited on
Commit
·
e9ee9b6
1
Parent(s):
50181c5
updated configs
Browse files- .travis.yml +2 -2
- tox.ini +3 -3
.travis.yml
CHANGED
@@ -5,8 +5,8 @@ python:
|
|
5 |
- 3.8
|
6 |
- 3.7
|
7 |
# - 3.6
|
8 |
-
|
9 |
-
|
10 |
before_install:
|
11 |
- "pip install -U pip"
|
12 |
- "python setup.py install"
|
|
|
5 |
- 3.8
|
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,12 +1,12 @@
|
|
1 |
[tox]
|
2 |
-
envlist =
|
3 |
|
4 |
[travis]
|
5 |
python =
|
6 |
3.8: py38
|
7 |
3.7: py37
|
8 |
-
3.5: py35
|
9 |
-
3.4: py34
|
10 |
|
11 |
|
12 |
[testenv:flake8]
|
|
|
1 |
[tox]
|
2 |
+
envlist = py37, py38, flake8
|
3 |
|
4 |
[travis]
|
5 |
python =
|
6 |
3.8: py38
|
7 |
3.7: py37
|
8 |
+
#3.5: py35
|
9 |
+
#3.4: py34
|
10 |
|
11 |
|
12 |
[testenv:flake8]
|