tox/travis: Run tests on Python 3.4/3.5/3.6

pull/8/head
Stein Magnus Jodal 2017-08-07 01:01:40 +02:00
rodzic a9d020daf0
commit 821975e471
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6-dev"
- "3.6"
- "nightly"
install:
- pip install -r requirements.txt

Wyświetl plik

@ -2,6 +2,7 @@
envlist =
py34,
py35,
py36,
coverage,
#flake8,
check-manifest