Skip to content

Commit ff20a4d

Browse files
committed
Including nosetests in dev requirments.
1 parent 5d28535 commit ff20a4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ python:
55
install:
66
- pip install -r requirements.txt --use-mirrors
77
- pip install -r dev-requirements.txt --use-mirrors
8-
script:
8+
script:
9+
- which nosetests
10+
- nosetests --version
911
- ./tests/run_tests.sh

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Development dependencies.
33
#
4+
nose==1.3.4
45
httpretty==0.8.8
56
mock==1.0.1

0 commit comments

Comments
 (0)