Skip to content

Commit

Permalink
Run tests on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Dec 30, 2016
1 parent 747c184 commit 26b0c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,9 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=coverage
install:
- pip install tox
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
@@ -1,12 +1,13 @@
[tox]
envlist = py{33,34,35}, coverage
envlist = py{33,34,35,36}, coverage

[testenv]
basepython =
py33: python3.3
py34: python3.4
py35: python3.5
coverage: python3.5
py36: python3.6
coverage: python3.6
deps=
pytest==3.0.5
ephem==3.7.6.0
Expand Down

0 comments on commit 26b0c39

Please sign in to comment.