Add a ci-requirements.txt for dependencies needed during CI.

Review Request #10845 — Created Jan. 21, 2020 and submitted

Information

Djblets
release-1.0.x

Reviewers

We recently removed mysqlclient as a dependency in
dev-requirements.txt, in order to simplify getting a development tree
going. We only needed that dependency for some unit tests.

This change introduces a ci-requirements.txt file, which will be used
for any dependencies needed in a CI setup. It currently lists only the
mysqlclient dependency we removed. The Travis CI configuration has
been updated to use it.

Tested that pip installing from the file worked.

Summary ID
Add a ci-requirements.txt for dependencies needed during CI.
We recently removed `mysqlclient` as a dependency in `dev-requirements.txt`, in order to simplify getting a development tree going. We only needed that dependency for some unit tests. This change introduces a `ci-requirements.txt` file, which will be used for any dependencies needed in a CI setup. It currently lists only the `mysqlclient` dependency we removed. The Travis CI configuration has been updated to use it.
c013fe6e7aff1e1f292794326081e55c138d4e1e
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (2dba27e)
Loading...