SomberNight
6b9a83ae80
don't test with python 3.5
also, typing is no longer needed (part of stdlib from 3.5)
6 years ago
Johann Bauer
deee29228e
Travis: Use 3.7 to run tests too
6 years ago
Filip Gospodinov
73fee2fefa
build-wine: allow local testing
Before, it was only possible to test commits that are
on Github (pull request or merged). Now, changes can be
tested locally too.
This introduces the risk that a release could be built
containing uncommitted changes which by definition breaks
deterministic builds. Fortunately, this will always be
detected because the version string is created using
`git describe --tags --dirty`.
Also, retire $TARGET variable because it decouples the
build scripts from the commit revision to be built. This
is a problem for deterministic builds.
7 years ago
Johann Bauer
27fc715182
Revert "Travis: Test with Python 3.7"
This reverts commit 9f6373a89e
.
7 years ago
Johann Bauer
9f6373a89e
Travis: Test with Python 3.7
7 years ago
Johann Bauer
0cabfc0285
Revert "Test with Python 3.7"
This reverts commit 2ace144dc9
.
Travis does not have it yet: travis-ci/travis-ci#9815
7 years ago
Johann Bauer
2ace144dc9
Test with Python 3.7
7 years ago
SomberNight
1dc7ee7ac6
travis builds windows binaries in docker
7 years ago
Johann Bauer
46fcf686b1
Travis: Check if icons and locales are up to date on release
7 years ago
SomberNight
25089aa9c2
travis: build-wine current commit, instead of HEAD
7 years ago
SomberNight
9241f52a41
fix travis wine build
7 years ago
SomberNight
16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
7 years ago
Johann Bauer
86e2f3f561
Follow-up 2fe8d8
7 years ago
Johann Bauer
2fe8d8ce54
Follow-up 7a27d04
7 years ago
Johann Bauer
7a27d04415
Travis: Fix 'No names found, cannot describe anything.' in OS X build
7 years ago
Johann Bauer
a81e96bce0
Test macOS build on Travis
7 years ago
Johann Bauer
10057b18de
Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
* Remove files with wrong hash (so we don't have to remove them manually)
7 years ago
Johann Bauer
8b9b0d3cf3
Test Windows build using Travis
7 years ago
Johann Bauer
afa0168e14
Add new requirements file for binaries in contrib
7 years ago
Joren Vrancken
77a9861353
Cache pip installs in travis
7 years ago
Johann Bauer
ceed56c217
Upload coverage statistics from Travis
7 years ago
Johann Bauer
66c928572a
Let travis run the test using Python3
8 years ago
Johann Bauer
a6f9e41d6a
Let Travis upload templates to crowdin
8 years ago
Roman Zeyde
1eccadfc13
travis: use Tox for test automation
10 years ago
Roman Zeyde
7ae8bb88b4
travis: add code coverage report
10 years ago
Roman Zeyde
d27efaad82
travis: use pytest (due to better test discovery)
10 years ago
Roman Zeyde
b5c53d2ea6
travis.yml: add protobuf to requirements and exclude plugins
10 years ago
Roman Zeyde
87fe48769b
travis: use container-based infrastructure for faster tests
10 years ago
ThomasV
27c966c5f6
add socks
10 years ago
Chris Glass
02c37ee2b2
Travis now excludes "gui"
Instead of selectively including valid packages.
11 years ago
Chris Glass
14318b0e48
Changed pacakge dependencies for travis
Forced slowaes version.
11 years ago
Chris Glass
5ee431ac35
Renamed travis config file.
11 years ago
Chris Glass
a5f9ce4af2
Made travis only run on lib/
11 years ago
Chris Glass
e07507172f
Added travis config file.
11 years ago