Commit Graph

6 Commits

Author SHA1 Message Date
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