Skip to content

Commit

Permalink
Base matrix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonnotte committed Sep 9, 2016
1 parent c825f86 commit b876296
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,21 @@ matrix:
apt:
packages:
- language-pack-it
# In allow_failures
- python: 3.5
env:
- JOB_NAME: "35_ascii"
- JOB_TAG=_ASCII
- NOSE_ARGS="not slow and not network and not disabled"
- LOCALE_OVERRIDE="C"
- FULL_DEPS=true
- CLIPBOARD=xsel
- CACHE_NAME="35_ascii"
- USE_CACHE=true
addons:
apt:
packages:
- xsel
# In allow_failures
- python: 2.7
env:
Expand Down

0 comments on commit b876296

Please sign in to comment.