Commit Graph

43 Commits

Author SHA1 Message Date
nanoric
4c4dac1ae9 [Fix] fix gcc 8 link error 2019-04-15 09:33:18 -04:00
nanoric
874b01d437 [Mod] use update-alternatives again 2019-04-15 09:25:54 -04:00
nanoric
c4f0e1ba2a [Mod] echo test 2019-04-15 09:10:41 -04:00
nanoric
a87f990815 [Add] enable travis cache for pip 2019-04-15 09:06:23 -04:00
nanoric
bb73601705 [Mod] use CC and CXX (specific in MATRIX_EVAL) 2019-04-15 08:59:57 -04:00
nanoric
98c677118a [Add] run tests under osx 2019-04-15 08:54:28 -04:00
nanoric
8ebcf984e3 [Fix] fixed gcc-8 links 2019-04-15 07:01:18 -04:00
nanoric
8ec4a1f78a [Del] removed windows build from travis 2019-04-15 06:38:46 -04:00
nanoric
fecc1c87e4 [Mod] formal travis gcc upgrade 2019-04-15 05:57:32 -04:00
nanoric
36f66d4724 [Mod] fixed travis 2019-04-15 03:17:30 -04:00
nanoric
8e378d474c [Add] try to make travis work 2019-04-03 02:46:43 -04:00
nanoric
e9e57095d0 [Fix] try fix 2019-03-29 06:13:38 -04:00
nanoric
1f480b581b [Add] travis-ci: sdist under windows : added custom installer of talib and ibapi 2019-03-29 04:50:50 -04:00
nanoric
f1b92086b1 [Fix] try to fix travis 2019-03-29 04:06:25 -04:00
nanoric
7a3e7659c8 [Mod] fix matrix name 2019-03-29 02:53:28 -04:00
nanoric
d1c63bb05f [Fix] try fix travis.yml 2019-03-29 02:49:18 -04:00
nanoric
816e4a17fb [Add] 增加travis测试脚本:sdist for win and linux 2019-03-28 23:02:46 -04:00
nanoric
7f12d6520f [Add] update setuptools for gcc-7 2019-03-28 01:58:50 -04:00
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