We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c4efd commit e1ff49aCopy full SHA for e1ff49a
.travis.yml
@@ -31,8 +31,5 @@ install:
31
script:
32
- inv travis.blacken
33
- flake8
34
- # We have no real tests at present so we just make sure installation works,
35
- # first off.
36
- - pip install .
37
# Does our own dogfooding website build ok? :D
38
- inv docs
dev-requirements.txt
@@ -6,3 +6,7 @@ wheel==0.24
6
twine==1.11.0
7
releases>=1.5.1,<2.0
8
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