Skip to content

Commit

Permalink
#update cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Oct 5, 2018
1 parent 5989e98 commit 5abf582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ test_task:
pip_cache:
folder: ~/.cache/pip
fingerprint_script: echo $PYTHON_VERSION && cat requirements.txt
populate_script: pip install -r requirements.txt
populate_script: pip install pip==9.0.1 && pip install -r requirements.txt
test_script: python setup.py install

0 comments on commit 5abf582

Please sign in to comment.