File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,17 @@ matrix:
13
13
env : TOX_ENV=py36
14
14
install :
15
15
- pip install tox
16
- - pip install -r requirements.txt
17
16
script : tox -e $TOX_ENV
18
17
- python : 3.7
19
18
env : TOX_ENV=py37
20
19
install :
21
20
- pip install tox
22
- - pip install -r requirements.txt
23
21
dist : xenial
24
22
script : tox -e $TOX_ENV
25
23
- python : 3.8
26
24
env : TOX_ENV=py38
27
25
install :
28
26
- pip install tox
29
- - pip install -r requirements.txt
30
27
dist : xenial
31
28
script : tox -e $TOX_ENV
32
29
- python : 3.7
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py27, py36, py37
2
+ envlist = py37
3
3
4
4
[testenv]
5
5
commands =
6
6
py.test tests
7
7
; - coverage run --source {{fontline}} -m py.test
8
8
; - coverage report
9
9
deps =
10
+ -rrequirements.txt
10
11
pytest
11
- fontTools
12
12
13
13
[testenv:flake8]
14
14
deps =
You can’t perform that action at this time.
0 commit comments