Skip to content

Commit

Permalink
Merge 659d85b into 8731f5e
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 18, 2017
2 parents 8731f5e + 659d85b commit 56e0a79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
sudo: false
cache:
directories:
Expand Down
7 changes: 4 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parts =
releaser
versions = versions

allow-picked-versions = false
show-picked-versions = true

[dependencychecker]
recipe = zc.recipe.egg
Expand Down Expand Up @@ -63,8 +63,8 @@ eggs =

[versions]
# keep them in sync with requirements.txt
setuptools = 33.1.1
zc.buildout = 2.8.0
setuptools = 38.2.4
zc.buildout = 2.10.0

bleach = 1.4.2
chardet = 2.3.0
Expand Down Expand Up @@ -114,6 +114,7 @@ twine = 1.6.4
Unidecode = 0.4.18
wheel = 0.26.0
z3c.dependencychecker = 1.15
zdaemon = 4.2.0
zc.recipe.cmmi = 1.3.6
zc.recipe.egg = 2.0.3
zc.recipe.testrunner = 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep them in sync with buildout.cfg
setuptools==33.1.1
zc.buildout==2.8.0
setuptools==38.2.4
zc.buildout==2.10.0

coverage==3.7
coveralls==1.2.0

0 comments on commit 56e0a79

Please sign in to comment.