Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
f703d8e3
Commit
f703d8e3
authored
Mar 16, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only need to run fulltoxtest once on Python 2.7
parent
3b27d976
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
f703d8e3
...
...
@@ -150,7 +150,7 @@ test-py27: $(PY27)
test-py278
:
$(PY278)
ls
$(BUILD_RUNTIMES)
/versions/python2.7.8/bin/
PYTHON
=
python2.7.8
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.8/bin:
$(PATH)
make develop
full
toxtest
PYTHON
=
python2.7.8
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.8/bin:
$(PATH)
make develop toxtest
test-py33
:
$(PY33)
PYTHON
=
python3.3
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.3/bin:
$(PATH)
make develop fulltoxtest
...
...
@@ -170,4 +170,4 @@ test-py27-cffi: $(PY27)
test-py27-noembed
:
$(PY27)
cd
libev
&&
./configure
--disable-dependency-tracking
&&
make
cd
c-ares
&&
./configure
--disable-dependency-tracking
&&
make
CPPFLAGS
=
"-Ilibev -Ic-ares"
LDFLAGS
=
"-Llibev/.libs -Lc-ares/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/libev/.libs:
$(PWD)
/c-ares/.libs"
EMBED
=
0
GEVENT_CORE_CEXT_ONLY
=
1
PYTHON
=
python2.7
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7/bin:
$(PATH)
make develop
full
toxtest
CPPFLAGS
=
"-Ilibev -Ic-ares"
LDFLAGS
=
"-Llibev/.libs -Lc-ares/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/libev/.libs:
$(PWD)
/c-ares/.libs"
EMBED
=
0
GEVENT_CORE_CEXT_ONLY
=
1
PYTHON
=
python2.7
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7/bin:
$(PATH)
make develop toxtest
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment