Revision 8a588c70f4a4ddc12e98cbbff0190988723961bc authored by Mark Mossberg on 22 December 2017, 23:30:16 UTC, committed by GitHub on 22 December 2017, 23:30:16 UTC
* Update CHANGELOG.md

* Add external contributors

* add categories

* Update CHANGELOG.md

* initial rough notes from commit log

* Update CHANGELOG.md

* Update CHANGELOG.md

* Bump version numbers

* Update CHANGELOG.md

* readme 2.0

* update tagline
1 parent a7fb995
Raw File
.travis.yml
branches:
  only:
  - master
  - /^(?!wip-).+$/
language: python
cache:
  pip: true
  directories:
  - $HOME/virtualenv/python2.7.13/lib/python2.7/site-packages
  - $HOME/virtualenv/python2.7.13/bin/
dist: trusty
sudo: required
os:
- linux
python:
- 2.7.13
install:
- scripts/travis_install.sh
script:
- scripts/travis_test.sh
back to top