summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-07-09 10:55:16 -0700
committerMicah Lee <micah@micahflee.com>2017-07-09 10:55:16 -0700
commit1785cb64e86253377bb75cf93f0cbd85f09819a1 (patch)
tree257eb788d307a62d9550db6ab173193a1e0ce324 /.travis.yml
parente54d6b8648d3fa4f2fe41733b6dad70ef15e7a71 (diff)
downloadonionshare-1785cb64e86253377bb75cf93f0cbd85f09819a1.tar.gz
onionshare-1785cb64e86253377bb75cf93f0cbd85f09819a1.zip
Remove references to nosetests, and replace them with pytest
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65802c43..6d324010 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ python:
- "3.7-dev"
- "nightly"
# command to install dependencies
-# before_install: "sudo apt-get update; sudo apt-get install -y python3-nose python3-flask python3-stem python3-pyqt5"
install:
- pip install Flask==0.12 stem==1.5.4 pytest-cov coveralls
# command to run tests