Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Install requirements_dev.txt on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 30, 2020
1 parent 075d453 commit 68b7cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
install:
- curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install coveralls
script:
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
Expand Down

0 comments on commit 68b7cc4

Please sign in to comment.