Skip to content

Commit 8ebd5bc

Browse files
committed
I give up.
1 parent b7aab95 commit 8ebd5bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
language: python
22
python:
3-
- "pypy"
4-
- "pypy3"
5-
- "2.6"
63
- "2.7"
7-
- "3.4"
8-
install:
9-
- pip install --quiet . green
104
script:
11-
- if [[ "$(python -c 'import sys; print(sys.version_info[:2])')" == "(2, 6)" ]]; then pip install unittest2; fi
12-
- green jsonschema
13-
- python -m doctest README.rst
5+
- tox

0 commit comments

Comments
 (0)