Browse Source

travis: coverage python 3.5 (#1511)

pull/1510/head
Serg G. Brester 8 years ago committed by GitHub
parent
commit
d75af2f900
  1. 1
      .travis.yml

1
.travis.yml

@ -10,6 +10,7 @@ python:
# - 3.2
- 3.3
- 3.4
- 3.5
- pypy3
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then export F2B_PY_2=true && echo "Set F2B_PY_2"; fi

Loading…
Cancel
Save