Skip to content

Commit

Permalink
Merge pull request #69 from synthicity/add-dframe-explorer
Browse files Browse the repository at this point in the history
adding dataframe explorer
  • Loading branch information
fscottfoti committed Jul 28, 2014
2 parents 7774042 + 6c59412 commit ec95b55
Show file tree
Hide file tree
Showing 7 changed files with 707 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- |
conda create -p $HOME/py --yes pip jinja2 matplotlib numpy pandas patsy scipy statsmodels pytables pytest pyyaml toolz "python=$TRAVIS_PYTHON_VERSION"
- export PATH=$HOME/py/bin:$PATH
- pip install simplejson
- pip install simplejson bottle
- pip install pytest-cov coveralls pep8
- pip install .
script:
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
'Programming Language :: Python :: 2.7',
'License :: OSI Approved :: GNU Affero General Public License v3'
],
package_data = {
'': ['*.html'],
},
packages=find_packages(exclude=['*.tests']),
install_requires=[
'bottle>=0.12.5',
'matplotlib>=1.3.1',
'numpy>=1.8.0',
'pandas>=0.13.1',
Expand Down
Empty file added urbansim/maps/__init__.py
Empty file.
Loading

0 comments on commit ec95b55

Please sign in to comment.