Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeldeRomblay committed Jul 5, 2017
1 parent a542634 commit 3dff386
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 @@ -9,7 +9,7 @@ python:
- "3.6"
# command to install dependencies
install:
- pip install .
- pip install python-package/.
- pip install -r python-package/requirements.txt
# command to run tests
script: pytest

0 comments on commit 3dff386

Please sign in to comment.