Maybe try and fetch dependencies beforehand?

master
Bradlee Speice 2016-08-07 16:53:34 -04:00
parent 4905073014
commit da9b049de5
3 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,5 @@ python:
- "3.4"
- "3.5"
install: pip install -r requirements.txt
script: python setup.py test

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
luigi>=2.2.0
pyquery>=1.2.13

View File

@ -10,7 +10,6 @@ setup(
install_requires=[
'pyquery >= 1.2.13',
'luigi >= 2.2.0',
'python_daemon >= 2.1.1'
],
setup_requires=[
'pytest_runner'