Skip to content

Commit

Permalink
Changes in Travis CI config: install pybitmessage and python_prctl
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch committed Apr 5, 2018
1 parent 43a471a commit c5462a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
@@ -1,6 +1,12 @@
language: python
python:
- "2.7"
- "2.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
install:
- pip install -r requirements.txt
script: src/bitmessagemain.py -t
- pip install -r requirements.txt
- python setup.py install
script: pybitmessage -t
4 changes: 1 addition & 3 deletions requirements.txt
@@ -1,3 +1 @@
setuptools
numpy
gi
python_prctl

0 comments on commit c5462a0

Please sign in to comment.