Skip to content

Commit

Permalink
chore: no need to convert libpysal from 2 to 3 - it is 3 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsrey committed May 12, 2018
1 parent 9661152 commit 9b5fa84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ install:
- conda install --yes pip
- pip install -r requirements.txt
- cd ../ && git clone https://github.com/pysal/libpysal.git
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -nw libpysal/ > /dev/null; fi
- pip install -e ./libpysal
- cd ./pointpats
- pip install -r requirements_dev.txt
Expand Down

0 comments on commit 9b5fa84

Please sign in to comment.