Skip to content

Commit 2d2397d

Browse files
committed
Split dependencies into test and dev.
Not all dependencies are required for running tests so we shouldn't be requiring our CI environment to install them right?
1 parent 33899be commit 2d2397d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
-r test-requirements.txt
12
flake8>=2.2,<3
2-
coverage>=3.7,<4
3-
nose>1.3,<2
43
pyflakes>=0.8,<1
54
sphinx>=1.2,<2
65
sphinx-rtd-theme>=0.1,<1

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage>=3.7,<4
2+
nose>1.3,<2

0 commit comments

Comments
 (0)