Skip to content

Commit 8370934

Browse files
author
Bojan Jovanovic
committed
Fixin requirements[tests]
1 parent 2c7fb95 commit 8370934

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- "3.7-dev" # 3.7 development branch
88
# command to install dependencies
99
install:
10-
- pip install .[testing]
10+
- pip install .[tests]
1111
- npm install
1212
script:
1313
- ./scripts/tests.sh

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements/testing.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
flake8 # This covers pycodestyle
2+
pylint
3+
pytest
4+
Faker

requirements/testing.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
flake8==3.5.0 # This covers pycodestyle
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile ./testing.in
6+
#
7+
astroid==1.6.6 # via pylint
8+
attrs==19.1.0 # via pytest
9+
faker==1.0.5
10+
flake8==3.5.0
11+
isort==4.3.17 # via pylint
12+
lazy-object-proxy==1.3.1 # via astroid
13+
mccabe==0.6.1 # via flake8, pylint
14+
pluggy==0.6.0 # via pytest
15+
py==1.8.0 # via pytest
16+
pycodestyle==2.3.1 # via flake8
17+
pyflakes==1.6.0 # via flake8
218
pylint==1.8.2
319
pytest==3.4.0
4-
Faker==0.8.10
20+
python-dateutil==2.8.0 # via faker
21+
six==1.12.0 # via astroid, faker, pylint, pytest, python-dateutil
22+
text-unidecode==1.2 # via faker
23+
wrapt==1.11.1 # via astroid

0 commit comments

Comments
 (0)