Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
tox, changes py35 environment to just py3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh-0 committed Feb 11, 2020
1 parent 387b3c6 commit c37dafb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

tox
. .tox/py35/bin/activate
. .tox/py3/bin/activate

COVERALLS_REPO_TOKEN=$(cat /etc/coveralls/tokens/proofreader-python) coveralls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3",
],
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27,py35
envlist = py27,py3
[testenv]
deps = -rrequirements.txt
commands = ./.tests.sh

0 comments on commit c37dafb

Please sign in to comment.