Skip to content

Commit

Permalink
BLD: Updates to match travis
Browse files Browse the repository at this point in the history
BLD: Combine create and install
  • Loading branch information
richafrank committed Mar 23, 2016
1 parent b7f4a2f commit 15f9502
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ install:
- powershell .\etc\install.ps1
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%

- cmd: conda create -n testenv --yes pip python=%PYTHON_VERSION%
- cmd: conda create -n testenv --yes -c quantopian pip numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9
- cmd: activate testenv
- cmd: conda install --yes -c quantopian numpy=%NUMPY_VERSION% pandas=%PANDAS_VERSION% scipy=%SCIPY_VERSION% Cython=0.22.1 ta-lib=0.4.8
# remove these packages so our requirements can downgrade them
- cmd: conda remove --yes six pytz
- cmd: pip install --upgrade pip coverage coveralls
- cmd: pip install -r etc/requirements.txt
- cmd: pip install -r etc/requirements_dev.txt
Expand All @@ -59,5 +56,5 @@ install:
test_script:
- cd \
- pip freeze | sort
- nosetests tests/
- flake8 zipline tests
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15

0 comments on commit 15f9502

Please sign in to comment.