Skip to content

Commit

Permalink
fix: remove nose dependancy and fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peppsac committed Sep 27, 2018
1 parent cac2193 commit a53fb71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ language: python
python:
- "3.5"

before_install:
- sudo apt-get install -y liblas-c3 libopenblas-base

install:
- pip install --upgrade setuptools
- pip install -e .
- python setup.py install
- pip install pytest pytest-benchmark

script:
- pip install flake8
- flake8 py3dtiles
- nosetests
- py3dtiles_info tests/pointCloudRGB.pnts
- pytest
- py3dtiles info tests/pointCloudRGB.pnts

addons:
apt:
update: true
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ If you wan to run unit tests:

.. code-block:: shell
(venv)$ pip install nose
(venv)$ nosetests
(venv)$ pip install pytest pytest-benchmark
(venv)$ pytest
...
Expand Down

0 comments on commit a53fb71

Please sign in to comment.