Skip to content

Commit

Permalink
Fix path to unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed Apr 29, 2016
1 parent 348d5b3 commit eb99b3d
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 @@ -21,4 +21,4 @@ install:
- SHOEBOT_SKIP_EXAMPLES=1 $PYTHON ./setup.py install

script:
- if [ "$PYTHON" == "python2" ]; then pushd tests/unittest; $PYTHON -munittes; popd; fi
- if [ "$PYTHON" == "python2" ]; then pushd tests/unittests; $PYTHON -munittes; popd; fi

0 comments on commit eb99b3d

Please sign in to comment.