Skip to content

Commit b876296

Browse files
committed
Base matrix configuration
1 parent c825f86 commit b876296

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,21 @@ matrix:
153153
apt:
154154
packages:
155155
- language-pack-it
156+
# In allow_failures
157+
- python: 3.5
158+
env:
159+
- JOB_NAME: "35_ascii"
160+
- JOB_TAG=_ASCII
161+
- NOSE_ARGS="not slow and not network and not disabled"
162+
- LOCALE_OVERRIDE="C"
163+
- FULL_DEPS=true
164+
- CLIPBOARD=xsel
165+
- CACHE_NAME="35_ascii"
166+
- USE_CACHE=true
167+
addons:
168+
apt:
169+
packages:
170+
- xsel
156171
# In allow_failures
157172
- python: 2.7
158173
env:

0 commit comments

Comments
 (0)