File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ matrix:
3
3
include :
4
4
- python : " 2.7"
5
5
env : NOSE_IGNORE_FILES=test_py3_sugar.py
6
- - python : " 3.2"
7
- - python : " 3.3"
8
6
- python : " 3.4"
7
+ - python : " 3.5"
8
+ - python : " 3.6"
9
9
services : mongodb
10
10
install :
11
- - pip install -r requirements.txt -r requirements-test.txt
12
- - pip install motor pep8
11
+ - pip install -r requirements-test.txt
13
12
script :
14
- - " pep8 --ignore=E501 ./nanomongo "
15
- - " nosetests --with-coverage --cover-package=nanomongo "
13
+ - " flake8 "
14
+ - " NANOMONGO_SKIP_MOTOR=1 nosetests "
Original file line number Diff line number Diff line change 25
25
'Operating System :: OS Independent' ,
26
26
'Programming Language :: Python' ,
27
27
'Programming Language :: Python :: 2' ,
28
- 'Programming Language :: Python :: 2.6' ,
29
28
'Programming Language :: Python :: 2.7' ,
30
29
'Programming Language :: Python :: 3' ,
31
- 'Programming Language :: Python :: 3.2' ,
32
- 'Programming Language :: Python :: 3.3' ,
33
30
'Programming Language :: Python :: 3.4' ,
31
+ 'Programming Language :: Python :: 3.5' ,
32
+ 'Programming Language :: Python :: 3.6' ,
34
33
'Programming Language :: Python :: Implementation :: CPython' ,
35
34
'Topic :: Database' ,
36
35
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments