File tree 3 files changed +3
-30
lines changed
3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,5 @@ docs/html
49
49
htmlcov
50
50
_site
51
51
.ropeproject
52
+ . * .sw [po ]
53
+
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ matrix:
24
24
- os : linux
25
25
python : 2.7
26
26
27
- - os : linux
28
- python : 3.3
29
-
30
27
- os : linux
31
28
python : 3.4
32
29
@@ -43,30 +40,6 @@ matrix:
43
40
- os : linux
44
41
python : nightly
45
42
46
- - os : osx
47
- language : objective-c
48
- python : 2.7
49
- env :
50
- - PY=2
51
- - PY_SUFFIX=
52
- - PYPI_WHEEL=yes
53
-
54
- - os : osx
55
- language : objective-c
56
- python : 3.5
57
- env :
58
- - PY=3
59
- - PY_SUFFIX=3
60
- - PYPI_WHEEL=yes
61
-
62
- - os : osx
63
- language : objective-c
64
- python : 3.6
65
- env :
66
- - PY=3
67
- - PY_SUFFIX=3
68
- - PYPI_WHEEL=yes
69
-
70
43
before_install :
71
44
# - cat /etc/hosts
72
45
# - sudo hostname "$(hostname | cut -c1-63)"
Original file line number Diff line number Diff line change 2
2
sphinx
3
3
coverage
4
4
coveralls
5
- nose
6
- pudb
7
-
5
+ nose-pudb
You can’t perform that action at this time.
0 commit comments