Commit d4bdfa53 authored by WillBrennan's avatar WillBrennan

fixing pytest call

parent a91d8105
...@@ -5,7 +5,6 @@ sudo: required ...@@ -5,7 +5,6 @@ sudo: required
before_script: before_script:
- export PATH=/usr/bin:$PATH - export PATH=/usr/bin:$PATH
- pip install -U pytest
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -yq python-dev python-numpy python-opencv - sudo apt-get install -yq python-dev python-numpy python-opencv
- sudo ln /dev/null /dev/raw1394 - sudo ln /dev/null /dev/raw1394
...@@ -38,5 +37,6 @@ install: ...@@ -38,5 +37,6 @@ install:
script: script:
- uname -a - uname -a
- pytest --version
- python -m pytest --version - python -m pytest --version
- make test - make test
\ No newline at end of file
install: install:
pip install -r requirements.txt pip install -U -r requirements.txt
test: test:
python -m pytest tests/ python -m pytest tests/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment