Browse Source

No 3.5 support in Travis, but it does have a nightly option (#101)

tags/v0.4.1
Ben Kurtovic 9 years ago
parent
commit
ae2f28578a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
- nightly
install:
- pip install coveralls
- python setup.py build


Loading…
Cancel
Save