Skip to content

Commit

Permalink
Merge 1f696ba into 5d23db1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmorrow committed Mar 29, 2019
2 parents 5d23db1 + 1f696ba commit ac4ca8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -8,12 +8,11 @@ python:
- '3.6'
- '3.7'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- sudo apt-get install libatlas-base-dev gfortran
- mkdir $HOME/.matplotlib
- 'echo ''backend: TkAgg'' > $HOME/.matplotlib/matplotlibrc'
services:
- xvfb
install:
- pip install scipy
- pip install pandas
Expand Down
2 changes: 1 addition & 1 deletion sci_analysis.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: sci-analysis
Version: 2.2.0rc1
Version: 2.2.0
Summary: An easy to use and powerful python-based data exploration and analysis tool
Home-page: https://github.com/cmmorrow/sci-analysis
Author: chris morrow
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='sci_analysis',
version='2.2.0.rc1',
version='2.2.0',
description='An easy to use and powerful python-based data exploration and analysis tool',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ac4ca8b

Please sign in to comment.