nanoric
a5aa1fb338
[Add] travis-ci: update setuptools before pip install
2019-03-27 05:29:11 -04:00
nanoric
8ff166a315
[New] travis-ci: use unittest to check if all module were built successfully.
2019-03-27 04:21:25 -04:00
nanoric
9503143398
[Mod] prevent travis vm from terminating: change -qq into -y
2019-03-20 21:49:24 -04:00
nanoric
27d49b3604
[Fix] travis.yml: fixed miss typed vnctp
2019-03-19 10:42:53 -04:00
nanoric
d99d486297
[Add] travis-ci: windows build
2019-03-19 10:42:30 -04:00
nanoric
fb2dc7002e
[Add] travis-ci: Added gcc-7 build
2019-03-19 06:38:24 -04:00
nanoric
9a8911d952
[Fix] fixed import error
2019-03-19 06:12:47 -04:00
nanoric
0ce5e15c8b
[Add] .travis.yml: added names for build matrix
2019-03-19 05:06:51 -04:00
nanoric
bcc110b1ae
[Fix] new travis script
2019-03-19 04:25:35 -04:00
vn.py
20bd88cee0
[Mod]change python to 3.6 in travis
2019-02-23 22:25:14 +08:00
vn.py
b1c06db847
[Del]remove usage of pylint
2019-02-23 22:05:01 +08:00
nanoric
39306104fd
[Mod] make travis-ci use python3.6 instead of python3.7-dev
2019-01-24 09:22:19 -04:00
nanoric
a3d3d2b9e7
[Fix] fix travis-ci scripts for black
2019-01-24 09:18:54 -04:00
nanoric
8bb0bb5fbf
[Mod] 再次进行一些格式修改
...
[Add] 增加对binding和tests的代码质量检查
[Add] 更新README.md
2019-01-24 09:06:31 -04:00
nanoric
ed1758a26a
[Add] use flake8
...
[Mod] use black instead of yapf
2019-01-24 09:06:31 -04:00
nanoric
726089b2d8
[Mod] move travis/ into tools/ci
2019-01-19 02:14:10 -04:00
nanoric
121cdccdb0
[Mod] move requirements-travis.txt to /travis/folder
...
[Add] added format check
2019-01-07 02:37:16 -04:00
nanoric
88002bc315
[Add] added travis script
2019-01-07 02:20:54 -04:00
vn.py
f7d5848758
[Del]clear all old files
2019-01-04 14:46:47 +08:00
G_will
1fa8df8ad1
处理 travis 无法安装 ta-lib 的问题
2018-10-30 12:12:33 +08:00
cclauss
47e823e817
Update .travis.yml
2018-08-22 10:30:38 +02:00
cclauss
9c3559aa98
Travis CI: Remove branches: only: master, dev
2018-08-21 17:11:38 +02:00
cclauss
d009f4d86c
Travis CI: branches: only: - master - stable
2018-08-05 16:51:03 +02:00
cclauss
87ad5d4058
Disable allow_failures on Python 3
...
This PR should make the flake8 tests pass on both Python 2 and Python 3.
2018-06-16 08:28:08 +02:00
cclauss
8969d084e7
Add Travis CI to automatically run flake8 tests
...
Step 1 of #818
There are tons of tools in the [GitHub Marketplace](https://github.com/marketplace ) but the one that I use the most is [Travis CI](https://travis-ci.org ) because it is free for Open Source projects like this one and it is quite flexible at running tests. This config file has Travis run [flake8](http://flake8.pycqa.org ) tests on every pull request so that you can quickly see if there are breaking changes. At https://travis-ci.org/profile you would need to flip the switch for this repo on and the commit any change to the repo for the testing to begin.
2018-04-13 08:55:05 +02:00