Skip to content

Commit

Permalink
requirements: cleanup travis requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vsudilov committed May 22, 2015
1 parent 6df4162 commit ca8e860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ language: python
python:
- "2.7"

env:
#- REQUIREMENTS=lowest
#- REQUIREMENTS=release
- REQUIREMENTS=devel

services:
- redis-server

install:
- "pip install --upgrade pip --use-mirrors"
- "pip install coveralls pep257 --use-mirrors"
- "pip install pytest pytest-pep8 pytest-cov pytest-cache --use-mirrors"
- "pip install --upgrade pip coveralls pep257 pytest pytest-pep8 pytest-cov pytest-cache coverage"
- "pip install -r requirements.txt"
- "pip install -r .travis-$REQUIREMENTS-requirements.txt"
- "pip install -r dev-requirements.txt"

script:
- "py.test adsws"
Expand Down
7 changes: 1 addition & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
pytest
pytest-cache
pytest-cov
pytest-pep8
cloud
coverage
mock
httpretty
splinter
splinter
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ flask-RESTful
flask-sslify
Flask>=0.9
gunicorn
psycopg2
Flask-SQLAlchemy
Flask-Security
Flask-Menu
Expand All @@ -28,4 +29,4 @@ six
redis
ConcurrentLogHandler
-e git+https://github.com/adsabs/flask-consulate@8d7e60122cbc73693ac37a5468b9be78bea774a1#egg=flask-consulate
-e .
-e .

0 comments on commit ca8e860

Please sign in to comment.