Skip to content

Commit

Permalink
Travis pip install -e rather than setup develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jan 3, 2017
1 parent 9602616 commit 486a6e7
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 @@ -21,7 +21,7 @@ env:
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- python setup.py develop
- pip install -e .
# command to run tests
script:
- python qcodes/test.py --skip-coverage
Expand Down

0 comments on commit 486a6e7

Please sign in to comment.