Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install setuptools --upgrade
- python bootstrap.py
Expand Down
11 changes: 9 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
CHANGES
*******

3.3.5 (unreleased)
3.4.1 (unreleased)
==================

- Nothing changed yet.
- Update to Bootstrap 3.4.1 [nschlemm]
- Test against Python 3.5, 3.6, 3.7 and 3.8 with tox and on TravisCI [nschlemm]

3.3.7 (unreleased)
==================

- Update to Bootstrap 3.3.7 [disko]
- Test against Python 3.3, 3.4, 3.5 and 3.6 with tox and on TravisCI [disko]
- Add a script to update from npm automatically [disko]

3.3.4 (2015-04-21)
==================
Expand Down
Loading