File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,22 @@ sudo: false
3
3
language : python
4
4
5
5
env :
6
- - PYTHON=2.6 PANDAS=0.13.1
7
6
- PYTHON=2.7 PANDAS=0.15.1
8
- - PYTHON=3.3 PANDAS=0.14.1
9
7
- PYTHON=3.4 PANDAS=0.16.2
10
8
- PYTHON=3.4 PANDAS=0.17.1
11
9
- PYTHON=3.5 PANDAS=0.17.1
10
+ - PYTHON=3.5 PANDAS=0.18.0rc1
12
11
- PYTHON=2.7 PANDAS=0.12.0
13
12
- PYTHON=2.7 PANDAS=0.11.0
14
13
- PYTHON=2.7 PANDAS=0.10.1
15
14
16
15
matrix :
17
16
allow_failures :
17
+ - env : PYTHON=2.6 PANDAS=0.13.1
18
18
- env : PYTHON=2.7 PANDAS=0.12.0
19
19
- env : PYTHON=2.7 PANDAS=0.11.0
20
20
- env : PYTHON=2.7 PANDAS=0.10.1
21
+ - env : PYTHON=3.3 PANDAS=0.14.1
21
22
22
23
install :
23
24
- pip install -qq flake8
@@ -41,7 +42,7 @@ install:
41
42
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml
42
43
- source activate test-environment
43
44
- pip install beautifulsoup4
44
- - if [[ "$PYTHON" == "2.6" ]]; then
45
+ - if [[ "$PYTHON" == "2.6" ]]; then
45
46
pip install simplejson;
46
47
fi
47
48
- pip install coveralls --quiet
Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ def readme():
45
45
'Programming Language :: Cython' ,
46
46
'Programming Language :: Python' ,
47
47
'Programming Language :: Python :: 2' ,
48
- 'Programming Language :: Python :: 2.6' ,
49
48
'Programming Language :: Python :: 2.7' ,
50
49
'Programming Language :: Python :: 3' ,
51
- 'Programming Language :: Python :: 3.2' ,
52
- 'Programming Language :: Python :: 3.3' ,
53
50
'Programming Language :: Python :: 3.4' ,
51
+ 'Programming Language :: Python :: 3.5' ,
54
52
'Topic :: Scientific/Engineering' ,
55
53
],
56
54
keywords = 'data' ,
You can’t perform that action at this time.
0 commit comments