Skip to content

Commit

Permalink
Remove pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed May 1, 2016
1 parent 6d0940c commit 342e683
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 @@ -16,4 +16,4 @@ install:
- SHOEBOT_SKIP_EXAMPLES=1 $PYTHON ./setup.py install

script:
- if [ "$PYTHON" == "python2" ]; then pushd tests/unittests; $PYTHON setup.py test; fi
- if [ "$PYTHON" == "python2" ]; then $PYTHON setup.py test; fi

0 comments on commit 342e683

Please sign in to comment.