mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 23:10:16 +00:00
Update versions to test against for Travis
This commit is contained in:
+11
@@ -1,9 +1,20 @@
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8-dev
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: 3.8-dev
|
||||
- python: nightly
|
||||
|
||||
script: make test
|
||||
install:
|
||||
- pip install nose
|
||||
|
||||
Reference in New Issue
Block a user