mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Experiment with travis and installing packages differently
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
language: python
|
||||
sudo: false
|
||||
sudo: true
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
@@ -30,6 +30,7 @@ matrix:
|
||||
install:
|
||||
- pip install --quiet tox-travis
|
||||
script:
|
||||
- ./travis_install.sh
|
||||
- tox
|
||||
after_script:
|
||||
- if [ $TOXENV == "cov" ]; then
|
||||
|
||||
Reference in New Issue
Block a user