Commit d4bdfa53 authored by WillBrennan's avatar WillBrennan

fixing pytest call

parent a91d8105
......@@ -5,7 +5,6 @@ sudo: required
before_script:
- export PATH=/usr/bin:$PATH
- pip install -U pytest
- sudo apt-get update -qq
- sudo apt-get install -yq python-dev python-numpy python-opencv
- sudo ln /dev/null /dev/raw1394
......@@ -38,5 +37,6 @@ install:
script:
- uname -a
- pytest --version
- python -m pytest --version
- make test
\ No newline at end of file
install:
pip install -r requirements.txt
pip install -U -r requirements.txt
test:
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