Skip to content

Commit

Permalink
Use requirements.txt to keep track Python package list
Browse files Browse the repository at this point in the history
  • Loading branch information
zkan committed Jul 6, 2016
1 parent ebd7447 commit 7923c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ language: python
python:
- "2.7"

install: pip install mock==2.0.0
install: pip install -r requirements.txt

script: python test_apriori.py
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mock==2.0.0

0 comments on commit 7923c80

Please sign in to comment.