Skip to content

Commit

Permalink
Merge pull request #18 from teddyrendahl/req_file
Browse files Browse the repository at this point in the history
BLD: Include requirement files
  • Loading branch information
Teddy Rendahl authored Oct 30, 2017
2 parents cac85b9 + 0592b5c commit 2133625
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ install:
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION simplejson coverage pip pymongo numpy pytest six -c conda-forge
- source activate test-environment
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install codecov
- pip install mongomock
- pip install prettytable
- python setup.py install

script:
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
simplejson
pymongo
numpy
prettytable
six
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mongomock

0 comments on commit 2133625

Please sign in to comment.