Skip to content

Commit

Permalink
rename requirement file name to a generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Nov 30, 2018
1 parent 0f4cd92 commit 3dc5be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements_travis.txt
pip install -r requirements_ci.txt
pip install pytest
pip install pytest-cov
Expand Down

0 comments on commit 3dc5be1

Please sign in to comment.