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 32
32
'Topic :: Scientific/Engineering :: GIS' ,
33
33
'License :: OSI Approved :: BSD License' ,
34
34
'Programming Language :: Python' ,
35
- 'Programming Language :: Python :: 2.5' ,
36
- 'Programming Language :: Python :: 2.6' ,
37
- 'Programming Language :: Python :: 2.7' ,
38
35
'Programming Language :: Python :: 3.4' ,
39
36
'Programming Language :: Python :: 3.5' ,
40
37
'Programming Language :: Python :: 3.6'
You can’t perform that action at this time.
0 commit comments