Skip to content

Commit 12dc662

Browse files
Add editable install to requirements.txt
1 parent a08d03b commit 12dc662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ python:
88
- "pypy3"
99

1010
install:
11-
- pip install -r requirements-dev.txt
12-
- pip install -e ./
11+
- pip install -r requirements.txt
1312

1413
script:
1514
- pylint cons/ tests/

requirements-dev.txt renamed to requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-e ./
12
coveralls
23
pydocstyle>=3.0.0
34
pytest>=5.0.0

0 commit comments

Comments
 (0)