Skip to content

Commit 3b4c6a5

Browse files
committed
Travis conf: new test with python 3.5 and LC_ALL=C
1 parent 3b859ce commit 3b4c6a5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,14 @@ matrix:
116116
packages:
117117
- xsel
118118
# In allow_failures
119-
- python: 3.4
119+
- python: 3.5
120120
env:
121-
- JOB_NAME: "34_slow_ascii"
122-
- JOB_TAG=_SLOW
123-
- NOSE_ARGS="slow and not network and not disabled"
121+
- JOB_NAME: "35_ascii"
122+
- NOSE_ARGS="not slow and not network and not disabled"
124123
- LOCALE_OVERRIDE="C"
125124
- FULL_DEPS=true
126125
- CLIPBOARD=xsel
127-
- CACHE_NAME="34_slow_ascii"
126+
- CACHE_NAME="35_ascii"
128127
- USE_CACHE=true
129128
addons:
130129
apt:
@@ -199,15 +198,14 @@ matrix:
199198
apt:
200199
packages:
201200
- xsel
202-
- python: 3.4
201+
- python: 3.5
203202
env:
204-
- JOB_NAME: "34_slow_ascii"
205-
- JOB_TAG=_SLOW
203+
- JOB_NAME: "35_ascii"
206204
- NOSE_ARGS="slow and not network and not disabled"
207205
- LOCALE_OVERRIDE="C"
208206
- FULL_DEPS=true
209207
- CLIPBOARD=xsel
210-
- CACHE_NAME="34_slow_ascii"
208+
- CACHE_NAME="35_ascii"
211209
- USE_CACHE=true
212210
addons:
213211
apt:

0 commit comments

Comments
 (0)