Steve Piercy
2016-08-19 202ad628a1431a70fe5557f8fc3ca2d6b0f9314c
attempt to add testing for py36
2 files modified
3 ■■■■ changed files
.travis.yml 2 ●●●●● patch | view | raw | blame | history
tox.ini 1 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -20,6 +20,8 @@
          env: TOXENV=docs
        - python: 3.5
          env: TOXENV=pep8
        - python: nightly
          env: TOXENV=py36
    allow_failures:
        - env: TOXENV=py36
tox.ini
@@ -13,7 +13,6 @@
    py33: python3.3
    py34: python3.4
    py35: python3.5
    py36: nightly
    pypy: pypy
    py2: python2.7
    py3: python3.5