Skip to content

Commit 536f0f2

Browse files
committed
Adding requirements.txt and dependencies in .travis.yml
1 parent 8352cf4 commit 536f0f2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
# command to install dependencies
99
install:
1010
- pip install .
11+
- pip install python-dateutil
1112
- pip install -r requirements.txt
1213
# command to run tests
13-
script: nosetests
14+
script: nosetests

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pycontracts
2+
requests

0 commit comments

Comments
 (0)