Merge pull request #1331 from willingc/travis-req

verify requirements installed in travis builds
This commit is contained in:
Min RK
2017-08-11 16:34:13 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ before_install:
install:
- pip install -U pip
- pip install --pre -r dev-requirements.txt .
- pip freeze
# running tests
script:

View File

@@ -4,5 +4,5 @@ tornado>=4.1
jinja2
pamela
python-oauth2>=1.0
sqlalchemy>=1.2.0b2
SQLAlchemy>=1.0
requests