Configure Travis CI for Python 3.
This commit is contained in:
parent
cd21fb2396
commit
8c318c6d38
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
sudo: false
|
||||
install:
|
||||
- pip install -e .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue