Skip to content

Commit

Permalink
Merge pull request #42 from cvanoli/Python2and3
Browse files Browse the repository at this point in the history
Python 2 and 3 Compatibility Modifications
  • Loading branch information
janowicz authored Apr 18, 2018
2 parents b8ac516 + 6b6c70d commit 7e8f470
Show file tree
Hide file tree
Showing 22 changed files with 12,998 additions and 72,241 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
sudo: false
python:
- '2.7'
- '3.5'
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
-O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
Expand Down
Loading

0 comments on commit 7e8f470

Please sign in to comment.