Skip to content

Commit

Permalink
py35
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Jul 11, 2015
1 parent 71b99e4 commit 59cd6d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,9 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "nightly"
- "pypy"
- "pypy3"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
Expand All @@ -21,3 +23,6 @@ after_success:
- PYTHONPATH=. coverage run --source=dominate -m pytest
- coverage report
- coveralls

sudo: false

0 comments on commit 59cd6d9

Please sign in to comment.