Skip to content

Commit

Permalink
travis: try to fix build by moving installation to 'script' section
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <[email protected]>
  • Loading branch information
GraemeWatt committed Mar 17, 2020
1 parent 496dcf3 commit 7b221f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_script:
- sleep 1

script:
- pip install -I -e .[tests]
- coverage run -m unittest discover hepdata_converter_ws_client/testsuite 'test_*'

after_success:
Expand Down

0 comments on commit 7b221f2

Please sign in to comment.