Skip to content

Commit

Permalink
Use setup py to run tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed Apr 30, 2016
1 parent 7b06c46 commit 6d0940c
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 bezier.py; python file_output.py; popd; fi
- if [ "$PYTHON" == "python2" ]; then pushd tests/unittests; $PYTHON setup.py test; fi

0 comments on commit 6d0940c

Please sign in to comment.