Skip to content

Commit

Permalink
fix our CI rot (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Oct 30, 2018
1 parent b8c466a commit 271ac9f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
18 changes: 16 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ matrix:
env: TOXENV=py3pep8
- language: generic
os: osx
osx_image: xcode7.3
osx_image: xcode9.4
env: TOXENV=py27
- language: generic
os: osx
osx_image: xcode7.3
osx_image: xcode9.4
env: TOXENV=py35

install: .travis/install.sh
Expand All @@ -55,3 +55,17 @@ script: .travis/run.sh
branches:
only:
- master
- /\d+\.\d+\.x/
- /\d+\.\d+(\.\d+)?/

notifications:
irc:
channels:
# This is set to a secure variable to prevent forks from notifying the
# IRC channel whenever they fail a build. This can be removed when travis
# implements https://github.com/travis-ci/travis-ci/issues/1094.
# The value encrypted here was created via
# travis encrypt "irc.freenode.org#cryptography-dev"
- secure: "JPzgnGLaHrwuty/kp7MZVf3I4iOLNzq+ZmSmKJxwIaIpJ9rkxh65gCyMp7qoQqbpdp1KYjSgrtZ7wxEQjxljMFYRS22uTnEP2GnxRXGdC2MqhZ1+1UP0YvFuMlYDh3hx/9M6ObF/8MKrGCIlU54IIrBIYQoiEnGKyNK/snR5V9U="
use_notice: true
skip_join: true
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ def configs = [
label: 'windows64',
toxenvs: ['py27', 'py34', 'py35', 'py36', 'py37'],
],
[
label: 'freebsd11',
toxenvs: ['py27'],
],
]

def build(label, toxenv) {
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ commands =


[flake8]
ignore = W504
exclude = .tox,*.egg
select = E,W,F,N,I
application-import-names = bcrypt,tests

0 comments on commit 271ac9f

Please sign in to comment.