Skip to content

Commit

Permalink
Attempt to install dws in path for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Mar 30, 2019
1 parent d562d64 commit f3d9885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ python:
install:
- pip install -r requirements.txt
- pip install mypy
script: cd tests; make test
script:
- pip install --editable `pwd`
- cd tests; make test

0 comments on commit f3d9885

Please sign in to comment.