Scott Sanderson
ddef107fa1
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
ebbd79c7db
MAINT: Put scipy back in travis reqs.
2016-09-20 17:12:07 -04:00
Scott Sanderson
9e517691bb
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
Richard Frank
8968d2850f
BLD: Use https to download miniconda
2016-01-21 12:28:49 -05:00
Joe Jevnik
ab573731d9
BLD: make the travis build closer to a normal install
2016-01-20 18:14:07 -05:00
Joe Jevnik
e80eb31833
BLD: pin ta-lib while working on conda packages
2016-01-15 13:48:22 -05:00
Richard Frank
c6d4da4ca5
BLD: Add back installation of coveralls on travis
...
Was mistakenly removed, so coveralls has not been running.
2015-11-13 16:34:08 -05:00
Richard Frank
526e9f1719
TST: Limit the timer report to just the 15 longest tests
...
The default of all the tests is pretty spammy.
2015-11-13 09:43:17 -05:00
Richard Frank
7859664226
BLD: Use strict bounds install for travis
...
with explicit requirements files
Need to build extension modules explicitly now that we're not
installing zipline
Adds support for upper bounds, since we thought newer bcolz didn't
work. It just needed newer setuptools.
2015-11-10 17:55:43 -05:00
Scott Sanderson
653e7cbbf2
Merge pull request #690 from quantopian/time-tests
...
TEST: Run nosetests with timings.
2015-10-25 16:50:02 -04:00
llllllllll
8c1bcd684e
BLD: show versions on travis
2015-10-19 16:35:02 -04:00
llllllllll
898fbad6ac
BLD: Can't use setup.py with git reqs unless you want to do a lot of work
2015-10-19 16:35:02 -04:00
llllllllll
e3bf786bd5
BLD: blaze it up
2015-10-19 16:35:02 -04:00
jfkirk
262f0b7d09
MAINT: Removes mutable default method args
...
Also removes accidental modifications to Jenkins
2015-09-10 11:53:29 -04:00
Stewart Douglas and jfkirk
593e114f0a
BLD: Include sqlalchemy and toolz in .travis.yml
2015-09-10 11:53:27 -04:00