Skip to content

Commit c5221d8

Browse files
committed
refactor(build): move all build requirements into dev-requirements.txt
1 parent 15610e0 commit c5221d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev-requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
coverage==3.7.1
2+
coveralls==0.5
13
logilab-common==0.63.2
2-
pylint==1.4.3
34
Flask==0.10.1
45
Flask-WTF==0.11
56
Flask-Bcrypt==0.6.2
67
Flask-Admin==1.2.0
8+
pylint==1.4.3

scripts/travis-install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/bin/bash
2-
pip install coverage coveralls
32
pip install -r dev-requirements.txt
4-
pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@develop
53
pip install --editable .

0 commit comments

Comments
 (0)