gh-76 Split up general requirements and test requirements

This commit is contained in:
Nathan Ostgard 2016-01-17 23:58:27 -08:00
parent c951dab095
commit 718d8c1306
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install python-dev python-pip python-pyexiv2 libimage-exiftool-perl -y"
install:
- "sudo pip install -r requirements.txt"
- "sudo pip install -r elodie/tests/requirements.txt"
# command to run tests
# test mapquest key
before_script:

View File

@ -0,0 +1,3 @@
-r ../../requirements.txt
mock>=1.3.0,<2.0
nose>=1.3.7,<2.0

View File

@ -1,6 +1,4 @@
docopt>=0.6.2,<1.0
LatLon>=1.0.2,<2.0
mock>=1.3.0,<2.0
nose>=1.3.7,<2.0
requests>=2.9.1,<3.0
send2trash>=1.3.0,<2.0