mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 02:54:09 +00:00
Merge pull request #1331 from willingc/travis-req
verify requirements installed in travis builds
This commit is contained in:
@@ -28,6 +28,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install --pre -r dev-requirements.txt .
|
- pip install --pre -r dev-requirements.txt .
|
||||||
|
- pip freeze
|
||||||
|
|
||||||
# running tests
|
# running tests
|
||||||
script:
|
script:
|
||||||
|
@@ -4,5 +4,5 @@ tornado>=4.1
|
|||||||
jinja2
|
jinja2
|
||||||
pamela
|
pamela
|
||||||
python-oauth2>=1.0
|
python-oauth2>=1.0
|
||||||
sqlalchemy>=1.2.0b2
|
SQLAlchemy>=1.0
|
||||||
requests
|
requests
|
||||||
|
Reference in New Issue
Block a user