Commit 96e009fa05fddc08cb203c5e41282d5d7b7fc74f

Authored by Samir Aguiar
Committed by Philippe Lagadec
1 parent 1b7f44d1

Add Py3 and nightly to Travis build

Showing 1 changed file with 2 additions and 0 deletions
.travis.yml
@@ -2,6 +2,8 @@ language: python @@ -2,6 +2,8 @@ language: python
2 2
3 python: 3 python:
4 - "2.7" 4 - "2.7"
  5 + - "3.6"
  6 + - "nightly"
5 cache: pip 7 cache: pip
6 script: 8 script:
7 - python setup.py test 9 - python setup.py test