Fixed do_build.sh, .travis.yml trying to run 'make test'

This commit is contained in:
Yuriy Shestakov 2017-08-15 13:48:53 +03:00 committed by Benjamin Larsson
parent 29f22e43c2
commit 00ebac39db
2 changed files with 4 additions and 3 deletions

View file

@ -4,8 +4,8 @@ dist: trusty
language: python
python:
- "2.7"
- "3.3"
- "3.4"
# - "3.3"
# - "3.4"
install:
- pip install deepdiff
addons:

View file

@ -5,10 +5,11 @@ cd build
cmake ../
make
# make install
set -x
git clone https://github.com/merbanan/rtl_433_tests.git
cd rtl_433_tests
export PATH=../build/src:$PATH
test -f ../build/src/rtl_433
# virtualenv --system-site-packages .venv
# source .venv/bin/activate