Skip to content

Commit

Permalink
Simplify travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Jun 2, 2019
1 parent c538409 commit bf60e98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sudo: false
language: python
dist: xenial
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"

Expand All @@ -24,9 +25,6 @@ stages:
jobs:
fast_finish: true
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6
env: TOXENV=docs
- python: 3.6
Expand Down

0 comments on commit bf60e98

Please sign in to comment.