Skip to content

Commit

Permalink
No more sudo on travis (obsolete)
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed May 4, 2019
1 parent 68d03eb commit 02ca4a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
# - "2.6" # support removed on travis
- "2.7"
Expand All @@ -16,12 +15,11 @@ matrix:
include:
- python: "3.7"
dist: xenial
sudo: true

install:
- pip install coveralls nose
- python setup.py sdist
- pip install $(ls ./dist/*.tar.gz | sort -rV | head -n1)
- pip install ./dist/*.tar.gz
script:
- coverage run --source=black_magic setup.py nosetests --with-doctest --exclude=benchmark
after_success:
Expand Down

0 comments on commit 02ca4a1

Please sign in to comment.