mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-14 19:29:29 +00:00
Test with stable Python 3.7
See https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
This commit is contained in:
parent
e692468d9c
commit
7a5ba95da2
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
sudo: false
|
||||
language: python
|
||||
dist: xenial
|
||||
sudo: required
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7-dev
|
||||
- 3.7
|
||||
install:
|
||||
- sudo apt-get install libgnutls28-dev
|
||||
- pip install -r requires/testing.txt
|
||||
- pip install wheel
|
||||
script: tox
|
||||
|
|
Loading…
Reference in a new issue