Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 11, 2016
1 parent e61738f commit 883d48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- elasticsearch

install:
- python setup.py install
- pip install -r requirements-dev.txt
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' && $PYTHONASYNCIODEBUG == '' ]]; then pip install elasticsearch codecov; fi

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pytest-cov==2.4.0
pytest-aiohttp==0.1.2
pytest-sugar==0.7.1
sphinx==1.4.8
-e .

0 comments on commit 883d48d

Please sign in to comment.