File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ branches:
4
4
only :
5
5
- master
6
6
python :
7
- - " 2.7"
8
7
- " 3.5"
9
8
- " 3.6"
10
9
@@ -22,7 +21,6 @@ install:
22
21
- conda install --yes pip
23
22
- pip install -r requirements.txt
24
23
- cd ../ && git clone https://github.com/pysal/libpysal.git
25
- - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -nw libpysal/ > /dev/null; fi
26
24
- pip install -e ./libpysal
27
25
- cd ./pointpats
28
26
- pip install -r requirements_dev.txt
Original file line number Diff line number Diff line change 26
26
'Topic :: Scientific/Engineering :: GIS' ,
27
27
'License :: OSI Approved :: BSD License' ,
28
28
'Programming Language :: Python' ,
29
- 'Programming Language :: Python :: 2.5' ,
30
- 'Programming Language :: Python :: 2.6' ,
31
- 'Programming Language :: Python :: 2.7' ,
32
29
'Programming Language :: Python :: 3.4' ,
33
30
'Programming Language :: Python :: 3.5' ,
34
31
'Programming Language :: Python :: 3.6'
You can’t perform that action at this time.
0 commit comments