Skip to content

Commit 514cd67

Browse files
committed
Remove support for osx
1 parent 4e27f72 commit 514cd67

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ docs/html
4949
htmlcov
5050
_site
5151
.ropeproject
52+
.*.sw[po]
53+

.travis.yml

-27
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ matrix:
2424
- os: linux
2525
python: 2.7
2626

27-
- os: linux
28-
python: 3.3
29-
3027
- os: linux
3128
python: 3.4
3229

@@ -43,30 +40,6 @@ matrix:
4340
- os: linux
4441
python: nightly
4542

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-
7043
before_install:
7144
# - cat /etc/hosts
7245
# - sudo hostname "$(hostname | cut -c1-63)"

requirement.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ rtl
22
sphinx
33
coverage
44
coveralls
5-
nose
6-
pudb
7-
5+
nose-pudb

0 commit comments

Comments
 (0)