Skip to content

Commit

Permalink
Merge 94da0bb into 9a777c6
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Oct 2, 2019
2 parents 9a777c6 + 94da0bb commit d852d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,10 +1,12 @@
language: python
sudo: required
dist: xenial
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- pypy
- pypy3
- nightly
Expand All @@ -23,7 +25,7 @@ install:
- make requirements
- pip install coveralls
script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make isort-check; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then make isort-check; fi
- make test
after_success:
- coveralls
Expand Down

0 comments on commit d852d67

Please sign in to comment.