Skip to content

Commit

Permalink
Merge 6ec7623 into 7cfc6d5
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 22, 2019
2 parents 7cfc6d5 + 6ec7623 commit 19faf5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
dist: xenial # required for Python >= 3.7
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "nightly"
install:
- "pip install --editable .[build_tools]"
script:
Expand Down

0 comments on commit 19faf5c

Please sign in to comment.