Skip to content

Commit 044f9a4

Browse files
committed
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

Lines changed: 1 addition & 2 deletions
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)