= commited on
Commit
564d4a0
·
1 Parent(s): 4c4f820

fixed configs

Browse files
Files changed (2) hide show
  1. .travis.yml +0 -6
  2. tox.ini +2 -7
.travis.yml CHANGED
@@ -6,12 +6,6 @@ python:
6
  - 3.7
7
  - 3.6
8
  - 3.5
9
- - 3.4
10
- - 3.3
11
- - 3.2
12
- - 3.1
13
- - 3.0
14
- - 2.7
15
 
16
  # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
17
  install: pip install -U tox-travis
 
6
  - 3.7
7
  - 3.6
8
  - 3.5
 
 
 
 
 
 
9
 
10
  # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
11
  install: pip install -U tox-travis
tox.ini CHANGED
@@ -1,5 +1,5 @@
1
  [tox]
2
- envlist = py27, py30, py31, py32, py33, py34, py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
@@ -7,12 +7,7 @@ python =
7
  3.7: py37
8
  3.6: py36
9
  3.5: py35
10
- 3.4: py34
11
- 3.3: py33
12
- 3.2: py32
13
- 3.1: py31
14
- 3.0: py30
15
- 2.7: py27
16
 
17
  [testenv:flake8]
18
  basepython = python
 
1
  [tox]
2
+ envlist = py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
 
7
  3.7: py37
8
  3.6: py36
9
  3.5: py35
10
+
 
 
 
 
 
11
 
12
  [testenv:flake8]
13
  basepython = python