Skip to content

Commit

Permalink
Try to fix timezone in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Jul 9, 2020
1 parent 0b82e54 commit f0fd015
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 24 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: bionic
language: python
sudo: false
sudo: true

python:
- "2.7"
Expand All @@ -9,6 +9,10 @@ python:
- "3.7"
- "3.8"

before_script:
- echo 'Europe/Vienna' | sudo tee /etc/timezone
- sudo dpkg-reconfigure --frontend noninteractive tzdata

install:
- pip install coverage
- pip install coveralls
Expand Down
1 change: 0 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Changes
=======

Expand Down
1 change: 0 additions & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

License
=======

Expand Down
19 changes: 0 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,25 +302,6 @@ TODO
- Support multiple primary keys.


Test coverage
-------------

Summary of the test coverage report::

Name Stmts Miss Cover
------------------------------------------------------
src/cone/sql/__init__.py 50 0 100%
src/cone/sql/acl.py 62 0 100%
src/cone/sql/model.py 162 0 100%
src/cone/sql/testing.py 36 0 100%
src/cone/sql/tests/__init__.py 18 0 100%
src/cone/sql/tests/test_acl.py 86 0 100%
src/cone/sql/tests/test_model.py 225 0 100%
src/cone/sql/tests/test_sql.py 38 0 100%
------------------------------------------------------
TOTAL 677 0 100%


Contributors
============

Expand Down
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ -x "$(which python3)" ]; then
./py3/bin/pip install coverage
./py2/bin/pip install waitress
./py3/bin/pip install pyramid==1.9.4
./py3/bin/pip install repoze.zcml==1.0b1
./py3/bin/pip install repoze.workflow==1.0b1
./py3/bin/pip install repoze.zcml==1.1
./py3/bin/pip install repoze.workflow==1.1
./py3/bin/pip install https://github.com/bluedynamics/node.ext.ugm/archive/master.zip
./py3/bin/pip install https://github.com/bluedynamics/yafowil/archive/master.zip
./py3/bin/pip install https://github.com/bluedynamics/cone.tile/archive/master.zip
Expand Down

0 comments on commit f0fd015

Please sign in to comment.