Skip to content

Commit

Permalink
pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordishal committed May 1, 2018
1 parent cf5812e commit 3288c95
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 @@ -5,7 +5,7 @@ python:
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip install ."
# command to run tests
script:
- "py.test -v test/offline_test.py"

0 comments on commit 3288c95

Please sign in to comment.