Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
- "pypy2.7-6.0"
- "pypy3.5-6.0"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
before_script: "pep8"
addons:
Expand Down