Skip to content

Commit 7643103

Browse files
committed
Separate out test requirements from production
1 parent fbe7f0c commit 7643103

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8-
install: "pip install -r requirements.txt"
8+
install: "pip install -r test_requirements.txt"
99
script: nosetests -v

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
nose>=1.0
21
fysom>=2.1.2
32
opentracing>=1.2.1
43
basictracer>=2.2.0
54
autowrapt>=1.0
6-
flask>=0.12.2

test_requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nose>=1.0
2+
fysom>=2.1.2
3+
opentracing>=1.2.1
4+
basictracer>=2.2.0
5+
autowrapt>=1.0
6+
flask>=0.12.2
7+
urllib3>=1.9

0 commit comments

Comments
 (0)