travis: Simplify installation process.

This commit is contained in:
derAnfaenger 2017-08-23 16:40:38 +02:00
parent 81e6b01300
commit cb017f22f7

View file

@ -10,16 +10,9 @@ matrix:
- python: "3.6"
env: TEST_SUITE=lint
install:
# Install codecov, the library for the code coverage reporting tool we use
- pip install codecov
# Install pycodestyle, the library for checking pep8 code conformity.
- pip install pycodestyle==2.3.1
# Install all API packages
- pip install ./zulip
- pip install ./zulip_bots
- pip install ./zulip_botserver
- tools/provision
- source zulip-api-py*-venv/bin/activate
script:
- tools/$TEST_SUITE
after_success: