Conner Fromknecht
99efa7a9f3
Fixed catalyst tests except example tests
2017-06-19 14:43:10 -07:00
Freddie Vargus and Richard Frank
0a481d4d6c
BLD: Modify conda label for Travis CI ( #1814 )
...
* BLD: Modify conda label for Travis CI
We've been unnecessarily building packages that are already in the ci channel because conda build isn't respecting the full URL for that channel when using --skip-existing. We updated it to be just the name of the channel.
2017-05-24 22:37:03 -04:00
Freddie Vargus
ecd86aa799
BLD: Update CI files for py35
...
BLD: Move setuptools_scm recipe earlier
in build process. We order alphabetically.
BLD: Update to newest Cython version
BLD: Update version of matplotlib
BLD: Pin matplotlib dependency
2017-05-16 15:33:27 -04:00
Richard Frank
e8d60d9f75
SEC: Rotate secure vars for anaconda tokens
2017-05-09 11:28:55 -04:00
Richard Frank
b0e6b4d52e
BLD: Don't need to build this branch anymore
...
It was merged long ago.
2017-02-21 11:12:05 -05:00
Richard Frank
96a428c720
BLD: Pin python version of conda root env to python 2
...
Print conda info on travis
2017-02-20 18:51:40 -05:00
Eddie Hebert and Eddie Hebert
129fd156a9
Remove tables from travis.
2017-01-04 12:09:10 -05:00
Eddie Hebert and Eddie Hebert
e03ddf72b2
Use tables instead of pytables.
2017-01-04 12:09:10 -05:00
Eddie Hebert and Eddie Hebert
8243fd7fa4
Fix double equals in conda pytables.
2017-01-04 12:09:10 -05:00
Eddie Hebert and Eddie Hebert
ab0405bb68
Add pytables for travis.
2017-01-04 12:09:10 -05:00
Richard Frank
97c3c14db6
SEC: Rotated anaconda token for travis
2016-11-10 12:12:02 -05:00
Richard Frank
7b65cd23db
DOC: Added ANACONDA_TOKEN directions
2016-11-10 12:12:02 -05:00
Scott Sanderson
76f8eaf2d5
BLD: Downgrade to scipy 0.17.
...
Anaconda doesn't have windows builds for scipy 0.18 (nor does
conda-forge.)
2016-09-20 17:12:08 -04:00
Scott Sanderson
78dd69c5a6
MAINT: Put scipy back in travis reqs.
2016-09-20 17:12:07 -04:00
Scott Sanderson
659c8ae5ee
BLD: Remove old numpy/pandas versions from travis.
2016-09-20 17:12:07 -04:00
Richard Frank
7d9f191ae8
BLD: Update conda packages
2016-08-10 12:53:51 -04:00
Joe Jevnik
5925107052
TST: fix doctests to actually run
2016-06-21 15:07:03 -04:00
Richard Frank
3d9daf9aaf
BLD: Pin conda version on travis too
2016-06-16 16:27:44 -04:00
Jean Bredeche
92600d7695
BLD: get travis to run on PRs into exchange-calendars-v2
2016-06-08 13:34:23 -04:00
Jean Bredeche
d9d0c2f9fc
run flake8 first, before tests
2016-04-25 09:56:44 -04:00
Eddie Hebert and Jean Bredeche
16fd6681a6
ENH: Rewrite of Zipline to use lazy access pattern
...
More documentation to follow in release notes.
Based on lazy-mainline branch, see for more details.
Also-By: Jean Bredeche <jean@quantopian.com >
Also-By: Andrew Liang <aliang@quantopian.com >
Also-By: Abhijeet Kalyan <akalyan@quantopian.com >
2016-04-04 16:12:58 -04:00
Eddie Hebert
213799958d
TST: Remove coverage from default nose config.
...
Add --with-coverage flag to Travis, so that reports are generated during
continuous integration, but not during every invocation when running
tests locally.
2016-04-04 14:15:21 -04:00
Richard Frank
2313135477
BLD: Fixed calculation of pip cache directory on travis
2016-03-24 17:42:14 -04:00
Richard Frank
70cbee0468
BLD: Only upload to anaconda if on master
2016-03-23 15:26:55 -04:00
Richard Frank
3315a0ffe7
BLD: Use TA-Lib version from reqs
...
so we don't have to maintain the version in multiple places
2016-03-23 15:26:55 -04:00
Richard Frank
7852d6900e
BLD: Moving powershell to python
2016-03-23 15:26:55 -04:00
Richard Frank
8557047d1e
BLD: Add ci channel when deciding whether to build
...
BLD: Include quantopian channels in testenv
2016-03-23 15:26:54 -04:00
Richard Frank
dab85a8152
BLD: Upload anaconda packages from appveyor
...
Updated travis anaconda token
2016-03-23 15:26:54 -04:00
Richard Frank
d2b6009dc6
BLD: Find path to built conda package
2016-03-23 15:26:54 -04:00
Richard Frank
e3af8219bc
BLD: Run tests first. deactivate conda env so we can find anaconda
2016-03-23 15:26:54 -04:00
Richard Frank
8aabf69abb
BLD: Upload packages to anaconda with "ci" label
...
BLD: Install anaconda-client for upload
2016-03-23 15:26:54 -04:00
Richard Frank
b7f54dc1ac
BLD: Don't build existing conda packages
2016-03-23 15:26:54 -04:00
Richard Frank
2d9846ef1c
BLD: Add more to build matrix
...
Windows has no numpy 1.10.2 built, so bumping to 1.10.4
2016-03-23 15:26:53 -04:00
Richard Frank
bf6047f80d
BLD: Peg the conda-build version
2016-03-23 15:26:52 -04:00
Richard Frank
cb5c9b4afd
BLD: Use only major.minor numpy version when building packages
2016-03-23 15:26:52 -04:00
Richard Frank
65cb8ecc26
BLD: Build other conda recipes. Build zipline recipe on appveyor.
2016-03-23 15:26:51 -04:00
Richard Frank
70cb317610
BLD: Calculate travis cache dir
2016-03-23 15:26:51 -04:00
Richard Frank
8a5c8f5519
BLD: unshallow the travis git checkout so conda build can clone it
2016-03-23 15:26:51 -04:00
Richard Frank
fbb29ba91a
BLD: Have travis build zipline conda package
...
Also include talib requirements when pip installing
Format numpy version for conda build
Include talib req in appveyor install too
2016-03-23 15:26:51 -04:00
Richard Frank
ba42e6d8b9
BLD: Pin libgfortran to 1.0, since conda scipy is compiled against it
...
Something was pulling in the latest (3.0), and then we'd fail to find
the 1.0 shared object at import time.
2016-03-04 17:31:21 -05:00
Joe Jevnik and Richard Frank
c998c0401b
BLD: use new package of ta-lib
2016-02-18 21:07:32 -05:00
Richard Frank
2d721372c0
BLD: Use separate travis pip cache subdirs per numpy version
2016-02-17 10:38:35 -05:00
Jonathan Kamens
d8bbaec5a8
BLD: Disable Travis build cache
2016-02-16 15:23:13 -05:00
Joe Jevnik and Richard Frank
23c9bb0a7f
BLD: install system packages
2016-02-11 18:46:42 -05:00
Joe Jevnik and Richard Frank
68c9575b5c
BLD: remove conda stuff from travis
2016-02-11 18:46:42 -05:00
Joe Jevnik and Richard Frank
d94d9ae9d2
BLD: sed requirements file
2016-02-11 18:46:42 -05:00
Joe Jevnik and Richard Frank
d1eb479a19
BLD: add numpy 1.10 to build matrix
2016-02-11 18:46:42 -05:00
Joe Jevnik and Richard Frank
83cc14db4c
BLD: run flake8 after tests
2016-02-11 18:46:42 -05:00
Richard Frank
dc95dea5d2
BLD: Only build pushes to master
...
now that we've turned on Build pushes
2016-01-22 08:40:46 -05:00
Richard Frank
5b9eb04e9e
BLD: Remove conditional by specifying prefix for miniconda
...
Don't need quotes around flake8 command
2016-01-21 12:36:25 -05:00