Skip to content

Commit e1ff49a

Browse files
committed
Install ourselves in dev-requirements.txt, not just travis.ci
Otherwise RTD always pulls from PyPI instead of self.
1 parent a3c4efd commit e1ff49a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@ install:
3131
script:
3232
- inv travis.blacken
3333
- flake8
34-
# We have no real tests at present so we just make sure installation works,
35-
# first off.
36-
- pip install .
3734
# Does our own dogfooding website build ok? :D
3835
- inv docs

dev-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ wheel==0.24
66
twine==1.11.0
77
releases>=1.5.1,<2.0
88
flake8==2.4.0
9+
10+
# Install ourselves direct, even when being used on eg RTD. Otherwise we can't
11+
# dogfood our own changes until release to PyPI.
12+
-e .

0 commit comments

Comments
 (0)