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" - python: "3.6"
env: TEST_SUITE=lint env: TEST_SUITE=lint
install: install:
# Install codecov, the library for the code coverage reporting tool we use
- pip install codecov - pip install codecov
- tools/provision
# Install pycodestyle, the library for checking pep8 code conformity. - source zulip-api-py*-venv/bin/activate
- pip install pycodestyle==2.3.1
# Install all API packages
- pip install ./zulip
- pip install ./zulip_bots
- pip install ./zulip_botserver
script: script:
- tools/$TEST_SUITE - tools/$TEST_SUITE
after_success: after_success: