Browse Source

Let travis run the test using Python3

seed_v14
Johann Bauer 8 years ago
committed by ThomasV
parent
commit
66c928572a
  1. 4
      .travis.yml
  2. 2
      tox.ini

4
.travis.yml

@ -1,9 +1,11 @@
sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install tox
- pip install tox-travis
script:
- tox
after_success:

2
tox.ini

@ -1,5 +1,5 @@
[tox]
envlist = py34
envlist = py35, py36
[testenv]
deps=

Loading…
Cancel
Save