Skip to content

Commit

Permalink
add future as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Jul 19, 2017
1 parent 2974392 commit 7289417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:

install:
- if [[ "${CONDA}" == "true" ]]; then
PYTHON_VERSION="$TRAVIS_PYTHON_VERSION" CONDA_INSTALLER_OS="${TRAVIS_OS_NAME:-linux}" source auto_version/travis_install_conda.sh numpy scipy pip nose;
PYTHON_VERSION="$TRAVIS_PYTHON_VERSION" CONDA_INSTALLER_OS="${TRAVIS_OS_NAME:-linux}" source auto_version/travis_install_conda.sh future numpy scipy pip nose;
fi
- python setup.py install

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
packages=find_packages(),
install_requires = [
'numpy',
'future',
],
package_dir={'clifford':'clifford'},

Expand Down

0 comments on commit 7289417

Please sign in to comment.