Skip to content

Commit

Permalink
Merge pull request #51 from AdriaanRol/hotfix/qcodes_tests
Browse files Browse the repository at this point in the history
hotfix_qcodes_dep
  • Loading branch information
AdriaanRol authored Nov 10, 2017
2 parents bec23aa + 309abc1 commit 0b11c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:

- pip install --upgrade pip
- pip install -r requirements.txt
- pip install git+git://github.com/DiCarloLab-Delft/Qcodes.git
- pip install jsonschema # missing dependency in qcodes
- pip install coverage pytest-cov pytest --upgrade
- pip install codacy-coverage
- pip install -e .
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
qcodes
PyYAML
networkx
matplotlib
Expand Down

0 comments on commit 0b11c1e

Please sign in to comment.