Skip to content

Commit

Permalink
Revert "chore(travis-ci): remove custom Python 3.7 environment from t…
Browse files Browse the repository at this point in the history
…he matrix"

This reverts commit 88da903.
  • Loading branch information
rubik committed Jan 26, 2019
1 parent 3e53cbb commit 4c95e0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,12 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy3.5"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install .
- pip install -r test_requirements.txt
Expand Down

0 comments on commit 4c95e0a

Please sign in to comment.