Skip to content

Commit 688b9ab

Browse files
committed
TMP: limit travis builds
1 parent 3013010 commit 688b9ab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ env:
5555

5656
matrix:
5757
include:
58-
- python: 2.7
59-
env: MOCK=mock NUMPY=numpy==1.6
60-
- python: 3.4
61-
env: PYTHON_ARGS=-OO
62-
- python: 3.5
63-
env: PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1
64-
- python: 3.5
65-
env: TEST_ARGS=--pep8
58+
# - python: 2.7
59+
# env: MOCK=mock NUMPY=numpy==1.6
60+
# - python: 3.4
61+
# env: PYTHON_ARGS=-OO
62+
# - python: 3.5
63+
# env: PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1
64+
# - python: 3.5
65+
# env: TEST_ARGS=--pep8
6666
- python: 3.5
6767
env: BUILD_DOCS=true
68-
- python: 3.5
69-
env: USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=
70-
- python: "nightly"
71-
env: PRE=--pre
68+
# - python: 3.5
69+
# env: USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=
70+
# - python: "nightly"
71+
# env: PRE=--pre
7272
- os: osx
7373
osx_image: xcode7.3
7474
language: generic # https://github.com/travis-ci/travis-ci/issues/2312

0 commit comments

Comments
 (0)