Skip to content

Commit

Permalink
travis: try to fix build by removing files created after installation
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 7b221f2 commit f830e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ services:
install:
- sudo pip install --upgrade pip setuptools
- sudo pip install coveralls
- sudo pip install -I -e .[tests]
- sudo rm -rf build hepdata_converter_ws_client.egg-info

before_script:
- docker run -d -p 0.0.0.0:8945:5000 --name hepdata-converter-ws-tests hepdata/hepdata-converter-ws
- 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 f830e9f

Please sign in to comment.