Skip to content

Commit

Permalink
Update .travis.yml with explicit attrs upgrade
Browse files Browse the repository at this point in the history
python3.6 on travis comes with attrs 17.3.0 already installed. Since this creates a conflict with databroker -> jsonschema -> attrs (17.4.0), immediately upgrade the attrs package to at least 17.4.0 before installing anything else.
  • Loading branch information
ihumphrey authored Jun 17, 2019
1 parent 1dcbc04 commit 70e912d
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 @@ -14,8 +14,8 @@ addons:
packages:
- qtbase5-dev
install:
- pip install --upgrade attrs>=17.4.0 # travis python3.6 has attrs 17.3.0 installed
- pip install cx_freeze==6.0b1
- pip install databroker # avoid attrs version conflict
- pip install coveralls pytest
- pip install git+https://github.com/lbl-camera/Xi-cam.core.git
- pip install git+https://github.com/lbl-camera/Xi-cam.plugins.git
Expand Down

0 comments on commit 70e912d

Please sign in to comment.