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 a08d03b commit 12dc662Copy full SHA for 12dc662
.travis.yml
@@ -8,8 +8,7 @@ python:
8
- "pypy3"
9
10
install:
11
- - pip install -r requirements-dev.txt
12
- - pip install -e ./
+ - pip install -r requirements.txt
13
14
script:
15
- pylint cons/ tests/
requirements-dev.txt renamed to requirements.txt
@@ -1,3 +1,4 @@
1
+-e ./
2
coveralls
3
pydocstyle>=3.0.0
4
pytest>=5.0.0
0 commit comments