Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 10, 2015
1 parent 62ed881 commit 4c93639
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 65 deletions.
52 changes: 6 additions & 46 deletions .travis.yml
@@ -1,49 +1,9 @@
language: python language: python
python: python:
- "3.4" - "3.4"
install: - "3.5"
- sudo apt-get update install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - pip install -r requirements.txt
- bash miniconda.sh -b -p $HOME/miniconda - pip install -r requirements_ext.txt
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
#- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION actuariat_test
#- conda install -r requirements.txt
- conda install Cython
- conda install Flask
- conda install Jinja2
- conda install Markdown
- conda install MarkupSafe
- conda install PyYAML
- conda install Pygments
- conda install Sphinx
- conda install Werkzeug
- conda install XlsxWriter
- conda install coverage
- conda install ipython
- conda install jupyter
- conda install jsonschema
- conda install lxml
- conda install matplotlib
- conda install numpy
- conda install openpyxl
- conda install pandas
- conda install pycparser
- conda install pyparsing
- conda install pytz
- conda install pyzmq
- conda install requests
- conda install six
- conda install virtualenv
- conda install mccabe
- conda install pep8
- conda install feedparser
#- source activate test-environment
- pip install -r requirements.txt
- pip install -r requirements_ext.txt
- python setup.py install
script: script:
- python setup.py unittests - python setup.py unittests
39 changes: 20 additions & 19 deletions requirements.txt
Expand Up @@ -4,7 +4,6 @@ Flask-SQLAlchemy
Jinja2 Jinja2
Markdown Markdown
MarkupSafe MarkupSafe
PyContracts
PyYAML PyYAML
Pygments Pygments
Sphinx Sphinx
Expand All @@ -19,30 +18,27 @@ cloud-sptheme
coverage coverage
dateutils dateutils
docutils docutils
folium
hachibee-sphinx-theme hachibee-sphinx-theme
ipykernel ipykernel
ipyparallel
ipython ipython
ipython_genutils ipython_genutils
ipywidgets ipywidgets
jsonschema
jupyter jupyter
jupyter_client jupyter_client
jupyter_core jupyter_core
jupyter-console
nbformat
nbconvert
notebook
path.py
pickleshare
qtconsole
simplegeneric
traitlets
jsonschema
lxml lxml
matplotlib matplotlib
mechanize mechanize
nbformat
notebook
numpy numpy
openpyxl openpyxl
pandas pandas
path.py
pickleshare
pkgtools pkgtools
pycparser pycparser
pyparsing pyparsing
Expand All @@ -51,8 +47,10 @@ python-dateutil
python-jenkins python-jenkins
pytz pytz
pyzmq pyzmq
qtconsole
requests requests
requests-oauthlib requests-oauthlib
simplegeneric
simplejson simplejson
six six
solar-theme solar-theme
Expand All @@ -65,21 +63,24 @@ sphinxcontrib.youtube
sphinxjp.themes.basicstrap sphinxjp.themes.basicstrap
sphinxjp.themes.revealjs sphinxjp.themes.revealjs
sphinxjp.themes.sphinxjp sphinxjp.themes.sphinxjp
traitlets
virtualenv virtualenv
wheel wheel
wild-sphinx-theme wild-sphinx-theme
xlrd xlrd
xmltodict xmltodict
pyquickhelper flake8
pyflakes
mccabe
pep8
mistune
antlr4-python3-runtime antlr4-python3-runtime
azure azure
dbfread dbfread
goslate goslate
python-linkedin python-linkedin
flake8 pyquickhelper
pyflakes pymyinstall
mccabe colormap
pep8 easydev
feedparser qgrid
setuptools
tutormagic

0 comments on commit 4c93639

Please sign in to comment.