Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 7de42ff

Browse files
authored
Merge pull request #9 from dhermes/update-docs
Updating docs for latest configuration.
2 parents 8f5274f + 4db7f57 commit 7de42ff

42 files changed

Lines changed: 32 additions & 3714 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ language: python
22
sudo: false
33

44
install:
5-
- pip install --upgrade pip
6-
- pip install --upgrade tox
5+
- pip install --upgrade pip tox
76

87
script:
98
- tox -e py27
109
- tox -e py34
1110
- tox -e lint
1211
- tox -e system-tests
13-
- tox -e json-docs
1412

1513
after_success:
1614
- tox -e coveralls

0 commit comments

Comments
 (0)