Skip to content

Commit

Permalink
Merge pull request #59 from lnls-sirius/PR-bbb-from-bottom-up
Browse files Browse the repository at this point in the history
Pr bbb from bottom up
  • Loading branch information
anacso17 authored May 11, 2018
2 parents 85e7b5d + 7347afe commit e1e1434
Show file tree
Hide file tree
Showing 41 changed files with 5,027 additions and 1,473 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
sudo: required
language: python
python:
- "3.6"
script:
- pip install -r requirements.txt
# install PRUserial485
- git clone https://github.com/lnls-sirius/pru-serial485.git
- cd pru-serial485/src
- sed -i s/python-sirius/python/g library/setup.py
- ./library_build.sh develop
- cd ../../
# install siriuspy
- cd siriuspy
- python setup.py install
- cd tests
- python -m unittest discover

# safelist
branches:
only:
Expand Down
33 changes: 0 additions & 33 deletions siriuspy/examples/bbb_tests/test_pru_sync.py

This file was deleted.

Loading

0 comments on commit e1e1434

Please sign in to comment.