Skip to content

Commit 044f9a4

Browse files
committedOct 23, 2019
travis: travis use virtualenv, so don't need sudo
1 parent 612c377 commit 044f9a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ language: python
22
python:
33
- "3.6"
44
- "3.7"
5-
sudo: required
6-
before_install: cd tests;sudo pip install -r requirements.txt
5+
before_install: cd tests;pip install -r requirements.txt
76
script: cd tests;nosetests --with-doctest

0 commit comments

Comments
 (0)
Please sign in to comment.