From 4750f94a157e7fb4eb9ab85bcc971031b71cbfec Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Mon, 13 Aug 2018 13:37:14 +0200 Subject: [PATCH] updated buildscript --- .travis.yml | 2 +- README.md | 2 +- openctm/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3708382..c30a58f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: docker run -v $PWD/openctm:/openctm -v $PWD/travis:/travis quay.io/pypa/manylinux1_x86_64 bash /travis/build-openctm.sh $MAKEFILE $LIB_NAME fi -after_install: +before_script: - python3 -m unittest discover -s tests/ -vvv script: diff --git a/README.md b/README.md index 425b984..c4c789d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Python-OpenCTM ============== -[![Build Status](https://travis-ci.org/lejafar/Python-OpenCTM.svg?branch=master)](https://travis-ci.org/lejafar/Python-OpenCTM) +[![Build Status](https://travis-ci.org/lejafar/Python-OpenCTM.svg?branch=master)](https://travis-ci.org/lejafar/Python-OpenCTM) [![PyPI version](https://badge.fury.io/py/python-openctm.svg)](https://badge.fury.io/py/python-openctm) ### Python Interface for the Open-CTM File Format Python-OpenCTM is an (unofficial) Python interface for the [OpenCTM](https://github.com/Danny02/OpenCTM) file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...). diff --git a/openctm/version.py b/openctm/version.py index 7ce86c9..8412cb1 100644 --- a/openctm/version.py +++ b/openctm/version.py @@ -1 +1 @@ -__version__ = '1.0.4' \ No newline at end of file +__version__ = '1.0.5' \ No newline at end of file