Skip to content

Commit

Permalink
Use Travis to test against 3.6-dev and 3.7-dev (GH-78)
Browse files Browse the repository at this point in the history
Remove 3.6 from the matrix.
  • Loading branch information
Mariatta committed Dec 8, 2017
1 parent cc46414 commit d06d8ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
cache: pip
python:
- 3.6
- 3.6-dev
- 3.7-dev
- nightly

before_install:
- python3 -m pip install coverage
Expand Down

0 comments on commit d06d8ef

Please sign in to comment.