Skip to content

Commit

Permalink
.travis.yml: make sure we return to root directory (where setup.py) o…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Lupo committed Dec 22, 2016
1 parent 80920c6 commit bbc6e34
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 @@ -8,7 +8,7 @@ install:
- pip install -r requirements.txt .

script:
- cd test && ./run.sh
- (cd test && ./run.sh)

deploy:
# deploy sdist and wheel packages to PyPI on tags
Expand Down

0 comments on commit bbc6e34

Please sign in to comment.