File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
dependencies :
22
22
pre :
23
- - sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libssl-dev build-essential
23
+ - sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libssl-dev build-essential python-dev python3-dev python-setuptool python3-setuptools
24
24
- git clone https://github.com/cossacklabs/themis && cd themis && sudo make install
25
25
26
26
override :
27
27
- make
28
28
- sudo make install
29
+ - sudo pip install tox
29
30
30
31
test :
31
32
override :
32
- - make test
33
+ - make test
34
+ # run only TestHermesTransport until add support of running stores
35
+ - cd pyhermes && tox -- python -m unittest test.TestHermesTransport
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py27,py34,py36
2
+ envlist = py2,py3
3
3
[testenv]
4
- deps =nose
5
4
commands ={posargs:python -m unittest}
You can’t perform that action at this time.
0 commit comments