We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612c377 commit 044f9a4Copy full SHA for 044f9a4
.travis.yml
@@ -2,6 +2,5 @@ language: python
2
python:
3
- "3.6"
4
- "3.7"
5
-sudo: required
6
-before_install: cd tests;sudo pip install -r requirements.txt
+before_install: cd tests;pip install -r requirements.txt
7
script: cd tests;nosetests --with-doctest
0 commit comments