diff --git a/.gitignore b/.gitignore index e8841f6..78c26f5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ tests/tests tests/libs tests/.cache tests/__pycache__ +tests/avatars toxygen/libs .idea *~ @@ -23,4 +24,4 @@ toxygen/__pycache__ html Toxygen.egg-info *.tox - +.cache diff --git a/.travis.yml b/.travis.yml index 76d89d2..81e9a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install pyaudio - pip install opencv-python before_script: -# OPUS +# Opus - wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz - tar xzf opus-1.0.3.tar.gz - cd opus-1.0.3 diff --git a/README.md b/README.md index 5a586b0..e9dbc93 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ Toxygen is powerful cross-platform [Tox](https://tox.chat/) client written in pu ### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md) - [Updater](https://github.com/toxygen-project/toxygen_updater) -### Supported OS: - -![Linux, Windows and OS X](/docs/os.png) +### Supported OS: Linux and Windows ### Features: diff --git a/docs/os.png b/docs/os.png deleted file mode 100755 index 16207df..0000000 Binary files a/docs/os.png and /dev/null differ