Skip to content

Commit d30b01f

Browse files
committed
add requirements.txt installs to tox
1 parent 1e61635 commit d30b01f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ matrix:
1313
env: TOX_ENV=py36
1414
install:
1515
- pip install tox
16-
- pip install -r requirements.txt
1716
script: tox -e $TOX_ENV
1817
- python: 3.7
1918
env: TOX_ENV=py37
2019
install:
2120
- pip install tox
22-
- pip install -r requirements.txt
2321
dist: xenial
2422
script: tox -e $TOX_ENV
2523
- python: 3.8
2624
env: TOX_ENV=py38
2725
install:
2826
- pip install tox
29-
- pip install -r requirements.txt
3027
dist: xenial
3128
script: tox -e $TOX_ENV
3229
- python: 3.7

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
2-
envlist = py27, py36, py37
2+
envlist = py37
33

44
[testenv]
55
commands =
66
py.test tests
77
;- coverage run --source {{fontline}} -m py.test
88
;- coverage report
99
deps =
10+
-rrequirements.txt
1011
pytest
11-
fontTools
1212

1313
[testenv:flake8]
1414
deps =

0 commit comments

Comments
 (0)