Skip to content

Commit

Permalink
fixup! Use the same convention as ppb for requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Apr 2, 2019
1 parent 891ef58 commit a2df1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ before_install:
install:
- pip install --upgrade-strategy eager -U pip wheel setuptools
- pip install -e .;
- pip install --upgrade-strategy eager -U -r dev-requirements.txt
- pip install --upgrade-strategy eager -U -r requirements-tests.txt
- # Lints aren't run under pypy
'[[ "$PYTHON" =~ pypy-* ]] || pip install --upgrade-strategy eager -U -r lint-requirements.txt'
'[[ "$PYTHON" =~ pypy-* ]] || pip install --upgrade-strategy eager -U -r requirements-lints.txt'
- pip list

script:
Expand Down

0 comments on commit a2df1fd

Please sign in to comment.